-
Notifications
You must be signed in to change notification settings - Fork 54
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
Mirror mesh on periodic boundaries #241
Comments
This is possible to implement, but would take substantial effort... |
Okay, thx.
What about restricting the adaptation to a subarea or submesh?
|
That can also be done, and I think that is less effort |
@ibaned If you have time to spare, could you briefly outline the steps which would be needed to implement a restriction to a submesh? |
I would probably need to modify the refine/coarsen/swap code to remove candidates that are marked in a certain way. The marking would be some kind of tag attached to entities, and functions would be provided to the user that mark the mesh. |
Imagine a pipe with periodic boundary conditions from the outlet to the inlet. To match the values from the inlet to the outlet, it would be great to have matching cells at the inlet and outlet boundaries. Is it possible to somehow restrict the mesh refinement?
The text was updated successfully, but these errors were encountered: