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

Fix refined meshes with ghosts #3443

Open
garth-wells opened this issue Sep 28, 2024 · 0 comments
Open

Fix refined meshes with ghosts #3443

garth-wells opened this issue Sep 28, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request high-priority
Milestone

Comments

@garth-wells
Copy link
Member

garth-wells commented Sep 28, 2024

At the moment, the handling of refinement of ghosted meshes is a mess. It should be easy to optionally include ghost cells in a refined mesh without re-partitioning by using compute_destination_ranks(...) in graph/partitioners.cpp.

This is compounded by transfer_facet_meshtag(...) and transfer_cells_meshtag(...) no supporting ghosted meshes, or re-partitioned refined meshes. Both should be relatively easy to support. This leads to unexpected 'user experiences'.

It could help a lot if mesh::create_mesh returned the destination ranks of the input cells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request high-priority
Projects
None yet
Development

No branches or pull requests

1 participant