Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2313 PetscPartitioner oldPart, gatherPart; in DMPlexGetGatherDM() local
2325 PetscCall(PetscPartitionerCreate(comm, &gatherPart)); in DMPlexGetGatherDM()
2326 PetscCall(PetscPartitionerSetType(gatherPart, PETSCPARTITIONERGATHER)); in DMPlexGetGatherDM()
2327 PetscCall(DMPlexSetPartitioner(dm, gatherPart)); in DMPlexGetGatherDM()
2331 PetscCall(PetscPartitionerDestroy(&gatherPart)); in DMPlexGetGatherDM()