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