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

Implement cell list based on p4est #66

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

efaulhaber
Copy link
Member

This cell list is basically the same as the FullGridCellList, but it's using p4est to find the neighboring cells.
In future PRs, we can ask p4est to partition the grid to multiple MPI ranks and then p4est can tell us where we have to send to and receive from for an MPI-parallel implementation.

@efaulhaber efaulhaber added the enhancement New feature or request label Aug 20, 2024
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

Successfully merging this pull request may close these issues.

1 participant