I am using the CGAL package 3D Mesh generation to convert a triangulated model of a turbine blade into a tetrahedral mesh. However, my downstream application requires at least two tetrahedra between the opposite sides of the domain. Unless I set edge_size
in Mesh_criteria
very low, I get a mesh containing a tetrahedral element connecting the opposing sides of the domain, which makes the downstream application unhappy.
Is there a possibility to modify, for instance, the mesh_polyhedral_domain_with_features.cpp example to ensure this? I seem to remember that there was such an option in MeshGems-Tetra (which seems similar in function to this CGAL package) but so far I was unable to find anything in CGAL.