Home
last modified time | relevance | path

Searched refs:gatherMesh (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2309 PetscErrorCode DMPlexGetGatherDM(DM dm, PetscSF *sf, PeOp DM *gatherMesh) in DMPlexGetGatherDM() argument
2317 PetscAssertPointer(gatherMesh, 3); in DMPlexGetGatherDM()
2318 *gatherMesh = NULL; in DMPlexGetGatherDM()
2328 PetscCall(DMPlexDistribute(dm, 0, sf, gatherMesh)); in DMPlexGetGatherDM()