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

Avoid unnecessary locally_relevant_dofs in mg_transfer_internal #14020

Merged
merged 2 commits into from Jun 28, 2022

Conversation

kronbichler
Copy link
Member

This PR does two things (see the two separate commits):

  • Introduce an alias for frequently used IndexSet objects for locally owned (level) dofs, in order to help the compiler see that there are no unintended side effects.
  • Do not introduce the locally_relevant_dofs that we keep for tracking some ghost state: We really only need to do something for the locally owned active DoFs, the non-owned indices will be communicated via MPI. Hence, we do not need to set up that auxiliary data structure.

@drwells drwells merged commit 969cfe8 into dealii:master Jun 28, 2022
@kronbichler kronbichler deleted the use_shortcuts branch September 5, 2022 12:11
mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
Avoid unnecessary locally_relevant_dofs in mg_transfer_internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants