Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D Mesh Generation - Multi-domain

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D Mesh Generation - Multi-domain


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: [cgal-discuss] 3D Mesh Generation - Multi-domain
  • Date: Tue, 17 Nov 2009 15:38:17 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WIx+cenjEug6souZAtDH0OjkwpLcgQAfioDqqhWEPOMMdcONZhogAy826rDuw+c9qv oNhDJpHtEu+9SfRWAU3tyJ/hkxcDe8Av60ECfxelGTG9s9MLgbwcMpuGuWD5PxFsV3V7 FOJXEdoioBHvSR4/RmN+Fxf6qGPB11K2W58Sw=

Hello everybody,

In the examples given in chapter 47, always one domain is passed to
the mesh generator interface function:

// 1. Create domain
Mesh_domain domain(XXXX);

// 2. Set criteria ...
// ...
Mesh_criteria criteria(facet_criteria, cell_criteria);

// 3. Generate mesh
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria);

In the CGAL manual
(http://www.cgal.org/Manual/3.5/doc_html/cgal_manual/Mesh_3/Chapter_main.html),
Figure 47.1 shows a multi-domain 3D mesh.
The sub-domains are sharing boundaries in this mesh.

Is there an example that shows how we should build these subdomains
and pass them to mesh generation interface function to create the 3D
mesh?

Thank you,
-Ramin



Archive powered by MHonArc 2.6.16.

Top of Page