Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Regular delaunay mesh refinement

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Regular delaunay mesh refinement


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Regular delaunay mesh refinement
  • Date: Sat, 1 May 2010 18:47:44 +0200
  • Organization: GeometryFactory

Le vendredi 30 avril 2010 21:15:52, Daniel Oliveira a écrit :
> Dear CGAL members,
>
> Is possible to do a mesh refinement on a regular 2D delaunay triangulation
> (i.e. CGAL::Delaunay_triangulation_2) ?

No. The CGAL 2D mesh generator¹ needs a bounded domain to work on. The
boundary of the domain must be given as constraints in a constrained Delaunay
triangulation. However, at the end of the meshing process, the constrained
Delaunay triangulation is guaranteed to be a conforming Delaunay
triangulation. In other words the constrained Delaunay triangulation is equal
to the Delaunay triangulation of its vertices. Maybe it is sufficient for
your
needs.

¹) http://www.cgal.org/Pkg/Mesh_2

--
Laurent Rineau, PhD
Release Manager of the CGAL Project http://www.cgal.org/
R&D Engineer at GeometryFactory http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page