You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is superseded by #264 which solves a 1D mesh generation problem prior to 2D meshing to gather pfix and egfix that conform in spacing with the mesh sizing function.
On termination, it's possible to repeatedly project only the boundary vertices back onto the 0-level set for better boundary conformity.
See here what I did in Python.
https://github.com/krober10nd/SeismicMesh/blob/fa4cbc97a987d3468e6362fce6c76efe05f47bdf/SeismicMesh/generation/mesh_generator.py#L436
Here's the function call:
https://github.com/krober10nd/SeismicMesh/blob/fa4cbc97a987d3468e6362fce6c76efe05f47bdf/SeismicMesh/generation/mesh_generator.py#L629
The text was updated successfully, but these errors were encountered: