Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2313 PetscPartitioner oldPart, gatherPart; in DMPlexGetGatherDM() local
2323 PetscCall(DMPlexGetPartitioner(dm, &oldPart)); in DMPlexGetGatherDM()
2324 PetscCall(PetscObjectReference((PetscObject)oldPart)); in DMPlexGetGatherDM()
2330 PetscCall(DMPlexSetPartitioner(dm, oldPart)); in DMPlexGetGatherDM()
2332 PetscCall(PetscPartitionerDestroy(&oldPart)); in DMPlexGetGatherDM()