aurora-multiphysics / VacuumMesher

Implementing mesh skinning functionality within libMesh, as well as the generation of the vaccum Mesh (The area surrounding a meshed geometry).
2 stars 1 forks source link

Fix overlapping CGAL facets #3

Closed TheBEllis closed 10 months ago

TheBEllis commented 1 year ago

When trying to do a boolean mesh operation that merges a coil geometry with a coplanar bounary geometry, the mesh has overlapping tri facets. At first glance it appears the mesh is well constructed, but there are "tri" elements that are actually lines. They have 3 nodes, but two of them are identical.

TheBEllis commented 10 months ago

CGAL is no longer used, we don't have to worry about this.