Home
last modified time | relevance | path

Searched refs:PCModifySubMatrices (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscpc.h109 PETSC_EXTERN PCModifySubMatricesFn PCModifySubMatrices; variable
/petsc/src/ksp/pc/interface/
H A Dprecon.c1228 PetscErrorCode PCModifySubMatrices(PC pc, PetscInt nsub, const IS row[], const IS col[], Mat submat… in PCModifySubMatrices() function
/petsc/src/ksp/pc/impls/bjacobi/
H A Dbjacobi.c1129 …PetscCall(PCModifySubMatrices(pc, n_local, bjac->is, bjac->is, bjac->pmat, pc->modifysubmatricesP)… in PCSetUp_BJacobi_Multiblock()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c399 …PetscCall(PCModifySubMatrices(pc, osm->n_local_true, osm->is, osm->is, osm->pmat, pc->modifysubmat… in PCSetUp_ASM()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c571 PetscCall(PCModifySubMatrices(pc, osm->n, osm->ois, osm->ois, osm->pmat, pc->modifysubmatricesP)); in PCSetUp_GASM()