Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve boundary conformity #120

Open
krober10nd opened this issue Oct 12, 2020 · 1 comment
Open

Improve boundary conformity #120

krober10nd opened this issue Oct 12, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@krober10nd
Copy link
Collaborator

krober10nd commented Oct 12, 2020

  • 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

  • It removes some of the "dents" that happen when meshing with an implicit domain.

Here's the function call:
https://github.com/krober10nd/SeismicMesh/blob/fa4cbc97a987d3468e6362fce6c76efe05f47bdf/SeismicMesh/generation/mesh_generator.py#L629

@krober10nd krober10nd added the enhancement New feature or request label Nov 20, 2020
@krober10nd
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant