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 do not work for fully-distributed triangulation #541

Open
nfehn opened this issue Aug 4, 2023 · 1 comment
Labels

Comments

@nfehn
Copy link
Member

nfehn commented Aug 4, 2023

For Hypercube elements, this should actually work.

For Simplex elements, this is not available in deal.II currently.

@nfehn nfehn added the grid label Aug 4, 2023
@nfehn
Copy link
Member Author

nfehn commented Aug 7, 2023

It seems that with the current solution in deal.II, we would need to change the interfaces in ExaDG, which requires a lot of changes. So I think for now I would add an assert to ExaDG, stating that one should use parallel::distributed::Triangulation in case of periodic boundaries.

@petterum could you provide the link to the respective test (periodic BCs with fullydistributed) in deal.II?

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

1 participant