Home
last modified time | relevance | path

Searched refs:MatSetOptionsPrefixFactor (Results 1 – 9 of 9) sorted by relevance

/petsc/src/ksp/pc/impls/factor/icc/
H A Dicc.c17 PetscCall(MatSetOptionsPrefixFactor(pc->pmat, prefix)); in PCSetUp_ICC()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c52 PetscCall(MatSetOptionsPrefixFactor(pc->pmat, prefix)); in PCSetUp_LU()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c35 PetscCall(MatSetOptionsPrefixFactor(pc->pmat, prefix)); in PCSetUp_Cholesky()
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c92 PetscCall(MatSetOptionsPrefixFactor(pc->pmat, prefix)); in PCSetUp_ILU()
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c15 PetscCall(MatSetOptionsPrefixFactor(pc->pmat, prefix)); in PCFactorSetDefaultOrdering_Factor()
/petsc/doc/changes/
H A D318.md186 - Add `MatSetOptionsPrefixFactor()` and `MatAppendOptionsPrefixFactor()` to allow controlling the o…
/petsc/include/
H A Dpetscmat.h373 PETSC_EXTERN PetscErrorCode MatSetOptionsPrefixFactor(Mat, const char[]);
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c930 PetscCall(MatSetOptionsPrefixFactor(A, sub_schurs->prefix)); in PCBDDCSubSchursSetUp()
/petsc/src/mat/interface/
H A Dmatrix.c752 PetscErrorCode MatSetOptionsPrefixFactor(Mat A, const char prefix[]) in MatSetOptionsPrefixFactor() function
798 PetscCall(MatSetOptionsPrefixFactor(A, prefix)); in MatAppendOptionsPrefixFactor()