Home
last modified time | relevance | path

Searched refs:MATPARTITIONINGPTSCOTCH (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi10 PetscMatPartitioningType MATPARTITIONINGPTSCOTCH
H A DMatPartitioning.pyx11 PARTITIONINGPTSCOTCH = S_(MATPARTITIONINGPTSCOTCH)
/petsc/src/mat/graphops/partition/
H A Dspartition.c48 PetscCall(MatPartitioningRegister(MATPARTITIONINGPTSCOTCH, MatPartitioningCreate_PTScotch)); in MatPartitioningRegisterAll()
H A Dpartition.c777 def = MATPARTITIONINGPTSCOTCH; in MatPartitioningSetFromOptions()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c124 PetscCall(MatPartitioningSetType(hpart->coarseMatPart, MATPARTITIONINGPTSCOTCH)); in MatPartitioningApply_Hierarchical()
125 PetscCall(PetscStrallocpy(MATPARTITIONINGPTSCOTCH, &hpart->coarseparttype)); in MatPartitioningApply_Hierarchical()
187 PetscCall(MatPartitioningSetType(hpart->fineMatPart, MATPARTITIONINGPTSCOTCH)); in MatPartitioningApply_Hierarchical()
188 PetscCall(PetscStrallocpy(MATPARTITIONINGPTSCOTCH, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()
/petsc/include/
H A Dpetscmat.h1794 #define MATPARTITIONINGPTSCOTCH "ptscotch" macro
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c7918 PetscCall(MatPartitioningSetType(partitioner, MATPARTITIONINGPTSCOTCH)); in PCBDDCMatISGetSubassemblingPattern()