Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpartitioner.pxi9 PetscPartitionerType PETSCPARTITIONERGATHER
H A DPartitioner.pyx10 GATHER = S_(PETSCPARTITIONERGATHER)
/petsc/include/
H A Dpetscpartitioner.h37 #define PETSCPARTITIONERGATHER "gather" macro
/petsc/src/dm/partitioner/interface/
H A Dpartitionerreg.c76 PetscCall(PetscPartitionerRegister(PETSCPARTITIONERGATHER, PetscPartitionerCreate_Gather)); in PetscPartitionerRegisterAll()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2326 PetscCall(PetscPartitionerSetType(gatherPart, PETSCPARTITIONERGATHER)); in DMPlexGetGatherDM()