Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcimpl.h50 …PetscErrorCode (*modifysubmatrices)(PC, PetscInt, const IS[], const IS[], Mat[], void *); /* user … member
/petsc/src/ksp/pc/interface/
H A Dpcset.c67 pc->modifysubmatrices = NULL; in PCSetType()
H A Dprecon.c483 pc->modifysubmatrices = NULL; in PCCreate()
1194 pc->modifysubmatrices = func; in PCSetModifySubMatrices()
1232 if (!pc->modifysubmatrices) PetscFunctionReturn(PETSC_SUCCESS); in PCModifySubMatrices()
1234 PetscCall((*pc->modifysubmatrices)(pc, nsub, row, col, submat, ctx)); in PCModifySubMatrices()
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c961 pc->modifysubmatrices = NULL; in PCCreate_MPI()
/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()