Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: multi-domain mesh generation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: multi-domain mesh generation


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: multi-domain mesh generation
  • Date: Wed, 9 Feb 2011 16:15:06 +0100
  • Organization: GeometryFactory

Le mercredi 09 février 2011 15:37:14, yasheng a écrit :

> Hi Laurent,

>

> Thank you very much for looking into this. I have a complex 3D geometry

> consisting of several domains to be meshed (see the attachment jpg for a 2D

> view). There are a total of 4 domains (A, B, C and D). A shares a portion

> of the boundaries with B. C is completely enclosed within B and D is

> within C. I have all the boundary surfaces between different domains in

> triangles. I want to use CGAL to generate the tetrahedral mesh with these

> triangles as inputs. I wonder whether how I can do this with CGAL.

That is not doable for the moment without writing a lot of code a new model of the MeshDomain_3 concept.

Before guiding you to a (complexe) solution, I would like to verify if that worths it. Do you know that the CGAL 3D tetrahedral mesher will remesh your input surfaces? Do you need that intersections curves between the boundaries of A and B are represented accurately in the resulting mesh?

--

Laurent Rineau, PhD

R&D Engineer at GeometryFactory http://www.geometryfactory.com/

Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page