Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi6 PetscMatPartitioningType MATPARTITIONINGSQUARE
H A DMatPartitioning.pyx7 PARTITIONINGSQUARE = S_(MATPARTITIONINGSQUARE)
/petsc/src/mat/graphops/partition/
H A Dspartition.c36 PetscCall(MatPartitioningRegister(MATPARTITIONINGSQUARE, MatPartitioningCreate_Square)); in MatPartitioningRegisterAll()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1393 … if (!match) PetscCall(PetscObjectTypeCompare((PetscObject)mpart, MATPARTITIONINGSQUARE, &match)); in PCASMCreateSubdomains()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1351 … if (!match) PetscCall(PetscObjectTypeCompare((PetscObject)mpart, MATPARTITIONINGSQUARE, &match)); in PCGASMCreateLocalSubdomains()
/petsc/include/
H A Dpetscmat.h1790 #define MATPARTITIONINGSQUARE "square" macro