Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi8 PetscMatPartitioningType MATPARTITIONINGCHACO
H A DMatPartitioning.pyx9 PARTITIONINGCHACO = S_(MATPARTITIONINGCHACO)
/petsc/src/mat/graphops/partition/
H A Dspartition.c42 PetscCall(MatPartitioningRegister(MATPARTITIONINGCHACO, MatPartitioningCreate_Chaco)); in MatPartitioningRegisterAll()
H A Dpartition.c773 def = MATPARTITIONINGCHACO; in MatPartitioningSetFromOptions()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c190 PetscCall(MatPartitioningSetType(hpart->fineMatPart, MATPARTITIONINGCHACO)); in MatPartitioningApply_Hierarchical()
191 PetscCall(PetscStrallocpy(MATPARTITIONINGCHACO, &hpart->fineparttype)); in MatPartitioningApply_Hierarchical()
/petsc/include/
H A Dpetscmat.h1792 #define MATPARTITIONINGCHACO "chaco" macro