Searched refs:PCModifySubMatrices (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscpc.h | 109 PETSC_EXTERN PCModifySubMatricesFn PCModifySubMatrices; variable
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 1228 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 D | bjacobi.c | 1129 …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 D | asm.c | 399 …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 D | gasm.c | 571 PetscCall(PCModifySubMatrices(pc, osm->n, osm->ois, osm->ois, osm->pmat, pc->modifysubmatricesP)); in PCSetUp_GASM()
|