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

Mirror mesh on periodic boundaries #241

Open
bonh opened this issue Jul 11, 2018 · 5 comments
Open

Mirror mesh on periodic boundaries #241

bonh opened this issue Jul 11, 2018 · 5 comments
Labels

Comments

@bonh
Copy link

bonh commented Jul 11, 2018

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?

@ibaned
Copy link
Collaborator

ibaned commented Jul 11, 2018

This is possible to implement, but would take substantial effort...

@bonh
Copy link
Author

bonh commented Jul 12, 2018 via email

@ibaned
Copy link
Collaborator

ibaned commented Jul 12, 2018

That can also be done, and I think that is less effort

@bonh
Copy link
Author

bonh commented Sep 3, 2018

@ibaned If you have time to spare, could you briefly outline the steps which would be needed to implement a restriction to a submesh?

@ibaned
Copy link
Collaborator

ibaned commented Sep 13, 2018

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.

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

No branches or pull requests

2 participants