-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Is there a way to take an existing mesh that has a hole and essentially using that mesh as a fixed mesh then fill it in to produce an location of enhanced refinement? Is this something that needs to be done in an ad hoc manner, e.g., provide the boundary for the region of interior refinement as a set of fixed points and then join that mesh with its parent or is there an already established way to do this?
Essentially the end goal is to have a periodic mesh that has a region of interior refinement. We already have the periodic mesh but a general method to produce interior refinement is lacking. Attempts via a conformal transform yields highly limited refinement rates and is not practical or generally useful. Stomel seems like the ideal tool to build this type of grid because it all but guarantees an orthogonal mesh for highly generalized density functions.
Provided this is straight forward to implement in stomel this could even be a PR with an example notebook to demonstrate usage.
cc @vanroekel