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

Remove necessity to do file IO in conversion of surface mesh to libigl #1

Closed helen-brooks closed 1 year ago

helen-brooks commented 2 years ago

Currently, before tetrahedralisation occurs, it is necessary to output the surface mesh (produced by skinning) to file. It would be good to eliminate this step. Writing to file should be an option as it is still useful for debugging.

Before doing this, add CI ensure good test coverage.

TheBEllis commented 1 year ago

Should have closed this one a while ago, methods to transfer libIGL meshes to libmesh meshes in memory have been working well!