Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi4 PetscMatPartitioningType MATPARTITIONINGCURRENT
H A DMatPartitioning.pyx5 PARTITIONINGCURRENT = S_(MATPARTITIONINGCURRENT)
/petsc/src/mat/graphops/partition/
H A Dspartition.c34 PetscCall(MatPartitioningRegister(MATPARTITIONINGCURRENT, MatPartitioningCreate_Current)); in MatPartitioningRegisterAll()
H A Dpartition.c779 def = MATPARTITIONINGCURRENT; in MatPartitioningSetFromOptions()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1392 PetscCall(PetscObjectTypeCompare((PetscObject)mpart, MATPARTITIONINGCURRENT, &match)); in PCASMCreateSubdomains()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1350 PetscCall(PetscObjectTypeCompare((PetscObject)mpart, MATPARTITIONINGCURRENT, &match)); in PCGASMCreateLocalSubdomains()
/petsc/include/
H A Dpetscmat.h1788 #define MATPARTITIONINGCURRENT "current" macro