Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: 3D Mesh Generation - Curvature_size_criterion

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: 3D Mesh Generation - Curvature_size_criterion


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: [cgal-discuss] Re: 3D Mesh Generation - Curvature_size_criterion
  • Date: Fri, 12 Mar 2010 12:14:45 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=utOR8kn5d7qqm3ychlpC3lbOtVdSYEWe+jvVvjCW+GwNy3itBTLk8VUbwXVcdjqrnS AZ71ouaWpwHMphJc515+Nh+WUrdji9dnZg6XjpuChzGW49rWB3hQxM0y9ru9BBuuf9Ax 8b4NdVZIPWMHZVy+jrrQa2JDx0thXmSjAMTj8=

Let me answer my own questions. It might help someone else.

Q. Is this criterion trying to put a bound on the distance between the facets and the "mesh domain" surface?
A. Yes

Q. Is the circumcenter located in the plane of facet and "facet surface center" located on the "mesh domain" surface?
A. Yes.

-Ramin


On Thu, Mar 11, 2010 at 10:22 AM, Ramin H <> wrote:
Hi,
I would appreciate it if someone explains how the curvature criterion is enforced in Curvature_size_criterion class (in mesh_standard_facet_criteria.h)

As I understand, in the "do_is_bad" member function of Curvature_size_criterion class, the distance between circumcenter of facet and "facet surface center" is calculated to ensure it does not exceed the allowed maximum value.

The following are ambiguous to me:
- Is this criterion trying to put a bound on the distance between the facets and the "mesh domain" surface? (in my case "mesh domain" is defined by a polyhedron)
- Is the circumcenter located in the plane of facet and "facet surface center" located on the "mesh domain" surface?

Also, any hint to a document that discusses this in more details is highly appreciated.

Thanks,
-Ramin





Archive powered by MHonArc 2.6.16.

Top of Page