Searched refs:gatherMesh (Results 1 – 1 of 1) sorted by relevance
2309 PetscErrorCode DMPlexGetGatherDM(DM dm, PetscSF *sf, PeOp DM *gatherMesh) in DMPlexGetGatherDM() argument2317 PetscAssertPointer(gatherMesh, 3); in DMPlexGetGatherDM()2318 *gatherMesh = NULL; in DMPlexGetGatherDM()2328 PetscCall(DMPlexDistribute(dm, 0, sf, gatherMesh)); in DMPlexGetGatherDM()