Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi7 PetscMatPartitioningType MATPARTITIONINGPARMETIS
H A DMatPartitioning.pyx8 PARTITIONINGPARMETIS = S_(MATPARTITIONINGPARMETIS)
/petsc/src/mat/graphops/partition/
H A Dspartition.c39 PetscCall(MatPartitioningRegister(MATPARTITIONINGPARMETIS, MatPartitioningCreate_Parmetis)); in MatPartitioningRegisterAll()
H A Dpartition.c771 def = MATPARTITIONINGPARMETIS; in MatPartitioningSetFromOptions()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c121 PetscCall(MatPartitioningSetType(hpart->coarseMatPart, MATPARTITIONINGPARMETIS)); in MatPartitioningApply_Hierarchical()
122 PetscCall(PetscStrallocpy(MATPARTITIONINGPARMETIS, &hpart->coarseparttype)); in MatPartitioningApply_Hierarchical()
184 PetscCall(MatPartitioningSetType(hpart->fineMatPart, MATPARTITIONINGPARMETIS)); in MatPartitioningApply_Hierarchical()
185 PetscCall(PetscStrallocpy(MATPARTITIONINGPARMETIS, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()
484 PetscCall(MatPartitioningSetType(hpart->improver, MATPARTITIONINGPARMETIS)); in MatPartitioningImprove_Hierarchical()
/petsc/src/dm/impls/plex/tests/
H A Dex24.c32 …PetscCall(PetscStrncpy(options->partitioning, MATPARTITIONINGPARMETIS, sizeof(options->partitionin… in ProcessOptions()
36 PetscCall(PetscStrncpy(options->repartitioning, MATPARTITIONINGPARMETIS, 64)); in ProcessOptions()
/petsc/src/mat/utils/
H A Doverlapsplit.c152 PetscCall(MatPartitioningSetType(part, MATPARTITIONINGPARMETIS)); in MatIncreaseOverlapSplit_Single()
/petsc/include/
H A Dpetscmat.h1791 #define MATPARTITIONINGPARMETIS "parmetis" macro
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c7920 PetscCall(MatPartitioningSetType(partitioner, MATPARTITIONINGPARMETIS)); in PCBDDCMatISGetSubassemblingPattern()