Home
last modified time | relevance | path

Searched refs:MATPARTITIONINGHIERARCH (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi11 PetscMatPartitioningType MATPARTITIONINGHIERARCH
H A DMatPartitioning.pyx12 PARTITIONINGHIERARCH = S_(MATPARTITIONINGHIERARCH)
/petsc/src/mat/graphops/partition/
H A Dspartition.c37 PetscCall(MatPartitioningRegister(MATPARTITIONINGHIERARCH, MatPartitioningCreate_Hierarchical)); in MatPartitioningRegisterAll()
/petsc/src/mat/tests/
H A Dex82.c112 PetscCall(MatPartitioningSetType(part, MATPARTITIONINGHIERARCH)); in main()
H A Dex193.c77 PetscCall(MatPartitioningSetType(part, MATPARTITIONINGHIERARCH)); in main()
H A Dex83.c117 PetscCall(MatPartitioningSetType(part, MATPARTITIONINGHIERARCH)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex64.c122 PetscCall(MatPartitioningSetType(part, MATPARTITIONINGHIERARCH)); in main()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c271 PetscCall(MatPartitioningSetType(part, MATPARTITIONINGHIERARCH)); in PCGASMSetHierarchicalPartitioning()
/petsc/include/
H A Dpetscmat.h1795 #define MATPARTITIONINGHIERARCH "hierarch" macro