Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpartitioner.pxi3 ctypedef const char* PetscPartitionerType
4 PetscPartitionerType PETSCPARTITIONERPARMETIS
5 PetscPartitionerType PETSCPARTITIONERPTSCOTCH
6 PetscPartitionerType PETSCPARTITIONERCHACO
7 PetscPartitionerType PETSCPARTITIONERSIMPLE
8 PetscPartitionerType PETSCPARTITIONERSHELL
9 PetscPartitionerType PETSCPARTITIONERGATHER
10 PetscPartitionerType PETSCPARTITIONERMATPARTITIONING
11 PetscPartitionerType PETSCPARTITIONERMULTISTAGE
16 PetscErrorCode PetscPartitionerSetType(PetscPartitioner, PetscPartitionerType)
[all …]
H A DPartitioner.pyx96 cdef PetscPartitionerType cval = NULL
110 cdef PetscPartitionerType cval = NULL
/petsc/include/
H A Dpetscpartitioner.h31 typedef const char *PetscPartitionerType; typedef
45 PETSC_EXTERN PetscErrorCode PetscPartitionerSetType(PetscPartitioner, PetscPartitionerType);
46 PETSC_EXTERN PetscErrorCode PetscPartitionerGetType(PetscPartitioner, PetscPartitionerType *);
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c28 PetscErrorCode PetscPartitionerSetType(PetscPartitioner part, PetscPartitionerType name) in PetscPartitionerSetType()
65 PetscErrorCode PetscPartitionerGetType(PetscPartitioner part, PetscPartitionerType *name) in PetscPartitionerGetType()