Hello,
I’m trying to mesh a levelset domain (3D negative part) but also I want to preserve some part of the surface using a given triangulation.
To be more explicit: I have a 3D structured domain (support of my levelset) with a signed distance field, and a stl file (a surface triangulation) of some part of my domain. this triangulation is on the iso-zero of my levelset. I want to create a mesh (surface and volume) conform to my surface triangulation, and as best to my isozero levelset.
Can this be done using the mmg framework?. For example remesh the stl surfaces using the mmgs and then use this mesh as starting point for the mmg3d isozero meshing algorithm. I need this to do a Finite Element Analysis and to impose correctly my boundary conditions (pressure…).
Thanks