Home
last modified time | relevance | path

Searched refs:MATPARTITIONINGAVERAGE (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi5 PetscMatPartitioningType MATPARTITIONINGAVERAGE
H A DMatPartitioning.pyx6 PARTITIONINGAVERAGE = S_(MATPARTITIONINGAVERAGE)
/petsc/src/mat/graphops/partition/
H A Dspartition.c35 PetscCall(MatPartitioningRegister(MATPARTITIONINGAVERAGE, MatPartitioningCreate_Average)); in MatPartitioningRegisterAll()
/petsc/src/mat/utils/
H A Doverlapsplit.c157 PetscCall(MatPartitioningSetType(part, MATPARTITIONINGAVERAGE)); in MatIncreaseOverlapSplit_Single()
/petsc/include/
H A Dpetscmat.h1789 #define MATPARTITIONINGAVERAGE "average" macro
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c7922 PetscCall(MatPartitioningSetType(partitioner, MATPARTITIONINGAVERAGE)); in PCBDDCMatISGetSubassemblingPattern()