Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Meshing

Subject: CGAL users discussion list

List archive

[cgal-discuss] Meshing


Chronological Thread 
  • From: Bruce Duncan <>
  • To:
  • Subject: [cgal-discuss] Meshing
  • Date: Thu, 5 May 2011 18:06:47 +0100
  • Organization: School of Engineering, University of Edinburgh

Hi all,

I am writing a mesh generator with quite specific requirements. As a result,
I
need to output a polyhedron in CGNS format.

I can do the CGNS output very easily if I have a set of tetrahedra. In fact I
have already implemented this to output a Triangulation_3.

At first I tried to use Triangulation_3 and it's siblings directly. However,
they don't take into account edges and my concave polyhedra are destroyed in
the process of triangulation. Is there a way around this?

Next, I turned to the Mesh_triangulation_3 class. This accepts a Polyhedron
and gives access to a Triangulation_3. Excellent! The problem is that it does
not respect the vertices and edges of the input Polyhedron. My application
really depends on having the vertices remain in the same place. Other
vertices
and edges may be added, however. Is there a way to achieve this?

I have tried to use the Polyhedral_mesh_domain_with_features_3 class but
without much success... I may post a test case about that next week.

Let me know if images or code would help clarify what I'm trying to do.

Thanks,
Bruce

Attachment: signature.asc
Description: This is a digitally signed message part.

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.



Archive powered by MHonArc 2.6.16.

Top of Page