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

Move 'receiver' out of FETools::extrapolate() CellData structure #13243

Open
bangerth opened this issue Jan 15, 2022 · 0 comments
Open

Move 'receiver' out of FETools::extrapolate() CellData structure #13243

bangerth opened this issue Jan 15, 2022 · 0 comments
Assignees
Milestone

Comments

@bangerth
Copy link
Member

Once #13212 is merged, I will do one more change: Currently, the CellData structure stores a receiver element that is an MPI rank. But this is conceptually not part of the "cell data", and it is also used after receiving data from another process to indicate the sender. A better data structure would be a map (or better multimap) mapping from the MPI rank to the CellData.

This is simply a github issue to remind myself that that should be done.

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

No branches or pull requests

1 participant