SCOREC / core

parallel finite element unstructured meshes
Other
179 stars 63 forks source link

apf::reorderMdsMesh Incompatible with Ghosting #364

Open JaredCrean2 opened 2 years ago

JaredCrean2 commented 2 years ago

Calling apf::reorderMdsMesh after creating a ghosting leaves the data structure in an inconsistent state. The attached file fixes it (I tried to create a branch with the change, but Github wouldn't let me).

reorder_ghosts.patch.txt

jacobmerson commented 2 years ago

@JaredCrean2 I will create a pull request for this with the changes. Can you provide a failing test case?