Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi95 PetscErrorCode DMPlexSetPartitioner(PetscDM, PetscPartitioner)
H A DDMPlex.pyx1571 Partitioner.create, petsc.DMPlexSetPartitioner
1574 CHKERR(DMPlexSetPartitioner(self.dm, part.part))
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1774 PetscCall(DMPlexSetPartitioner(dm, part)); in DMPlexDistribute_Multistage()
2327 PetscCall(DMPlexSetPartitioner(dm, gatherPart)); in DMPlexGetGatherDM()
2330 PetscCall(DMPlexSetPartitioner(dm, oldPart)); in DMPlexGetGatherDM()
H A Dplexpartition.c934 PetscErrorCode DMPlexSetPartitioner(DM dm, PetscPartitioner part) in DMPlexSetPartitioner() function
/petsc/include/
H A Dpetscdmplex.h258 PETSC_EXTERN PetscErrorCode DMPlexSetPartitioner(DM, PetscPartitioner);