Searched refs:DMPlexSetPartitioner (Results 1 – 5 of 5) sorted by relevance
95 PetscErrorCode DMPlexSetPartitioner(PetscDM, PetscPartitioner)
1571 Partitioner.create, petsc.DMPlexSetPartitioner1574 CHKERR(DMPlexSetPartitioner(self.dm, part.part))
1774 PetscCall(DMPlexSetPartitioner(dm, part)); in DMPlexDistribute_Multistage()2327 PetscCall(DMPlexSetPartitioner(dm, gatherPart)); in DMPlexGetGatherDM()2330 PetscCall(DMPlexSetPartitioner(dm, oldPart)); in DMPlexGetGatherDM()
934 PetscErrorCode DMPlexSetPartitioner(DM dm, PetscPartitioner part) in DMPlexSetPartitioner() function
258 PETSC_EXTERN PetscErrorCode DMPlexSetPartitioner(DM, PetscPartitioner);