Searched refs:PCSetModifySubMatrices (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 2015.md | 118 - Added the routine PCSetModifySubMatrices(), which allows the user
|
| /petsc/include/ |
| H A D | petscpc.h | 108 PETSC_EXTERN PetscErrorCode PCSetModifySubMatrices(PC, PCModifySubMatricesFn *, void *);
|
| /petsc/src/ksp/pc/interface/ |
| H A D | precon.c | 1190 PetscErrorCode PCSetModifySubMatrices(PC pc, PCModifySubMatricesFn *func, PetscCtx ctx) in PCSetModifySubMatrices() function
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 2454 …PetscCall(PCSetModifySubMatrices(data->levels[0]->pc, pc->modifysubmatrices, pc->modifysubmatrices… in PCSetUp_HPDDM() 2582 …PetscCall(PCSetModifySubMatrices(data->levels[0]->pc, pc->modifysubmatrices, pc->modifysubmatrices… in PCSetUp_HPDDM() 2940 PetscCall(PCSetModifySubMatrices(inner, pc->modifysubmatrices, pc->modifysubmatricesP)); in PCSetUp_HPDDM()
|