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

Periodic boundary conditions #42

Open
boriskaus opened this issue Sep 12, 2024 · 2 comments
Open

Periodic boundary conditions #42

boriskaus opened this issue Sep 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@boriskaus
Copy link

It would be great to be able to specify periodic boundary conditions

@luraess luraess added the enhancement New feature or request label Sep 12, 2024
@ranocha
Copy link
Contributor

ranocha commented Sep 13, 2024

I can only second that! I wanted to set up a simple prototype for a colleague who needs periodic BCs. I followed the tutorial and was stuck when trying to switch the BCs.

@utkinis
Copy link
Member

utkinis commented Sep 13, 2024

Should be relatively simple to add, as there is already some groundwork in place. Periodicity is the property of the grid (not documented though since unfinished), and selecting which fields should be copied over will be specified through the exchange keyword on kernel launch or exchange! function, which now are only used for MPI exchange.

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

4 participants