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

Use GridTools::exchange_cell_data_on_ghosts for DoF renumbering #13816

Merged
merged 1 commit into from May 30, 2022

Conversation

kronbichler
Copy link
Member

This needs #13802 und #13811 to be really efficient, but it is independent: With the exchange functions fast enough, we can now avoid building the partitioner (which in itself involves heavy communication) and instead rely on the exchange facilities of the grid. This makes the code simpler (and hopefully faster, I need to time it on a bigger scale yet).

@kronbichler
Copy link
Member Author

I rebased this on master to reduce chances for divergence and errors caused that way.

@drwells drwells merged commit f2f2de4 into dealii:master May 30, 2022
@kronbichler kronbichler deleted the simplify_renumber_dofs branch September 5, 2022 12:10
mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
Use GridTools::exchange_cell_data_on_ghosts for DoF renumbering
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