Replies: 2 comments 10 replies
-
Here is one potential option: if your mapping (in serial) is |
Beta Was this translation helpful? Give feedback.
-
I get an error: Verification failed: (el_to_face != NULL) is false: in the call _pmesh->GetElementFaces(j, faces, orientations); I am setting up the mesh like this: // 1. Initialize MPI and HYPRE.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to develop a parallel neighbor mapping using the existing functionality in mfem. I have a phasefield code that I am trying to implement a grain tracker for. To do this I have to identify features (grains) in the mesh. Right now I have a code which correctly identifies features in the nonconformal mesh. These feature contain a list of local element ids. I have the code working in serial but have some problems in parallel. In parallel I can correctly identify the features (create a list of element ids), but I am struggling to sync these feature together into a global feature because I need to create a map to connect elements across processor boundaries. I have attached an image to show an example of the problem
On the left is the grain structure (showing the boundaries) and the right shows the grain ids which are incorrectly segmented across parallel boundaries.
Beta Was this translation helpful? Give feedback.
All reactions