Home
last modified time | relevance | path

Searched refs:PCSetModifySubMatrices (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D2015.md118 - Added the routine PCSetModifySubMatrices(), which allows the user
/petsc/include/
H A Dpetscpc.h108 PETSC_EXTERN PetscErrorCode PCSetModifySubMatrices(PC, PCModifySubMatricesFn *, void *);
/petsc/src/ksp/pc/interface/
H A Dprecon.c1190 PetscErrorCode PCSetModifySubMatrices(PC pc, PCModifySubMatricesFn *func, PetscCtx ctx) in PCSetModifySubMatrices() function
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2454 …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()