Searched refs:gatherPart (Results 1 – 1 of 1) sorted by relevance
2313 PetscPartitioner oldPart, gatherPart; in DMPlexGetGatherDM() local2325 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()