krober10nd / SeismicMesh

2D/3D serial and parallel triangular mesh generation tool for finite element methods.
https://seismicmesh.readthedocs.io/
GNU General Public License v3.0
127 stars 33 forks source link

Immersed subdomains #113

Closed krober10nd closed 3 years ago

krober10nd commented 4 years ago
krober10nd commented 4 years ago

https://www.researchgate.net/publication/290229261_Implicit_Boundary_and_Adaptive_Anisotropic_Meshing

present an implicit function that could be used for meshing immersed subdomains.

krober10nd commented 4 years ago

Turns out you can simply loop over a set of distance functions inside the mesh generation loop when performing the project points back into the domain step....pr soon.