Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D318.md186 - Add `MatSetOptionsPrefixFactor()` and `MatAppendOptionsPrefixFactor()` to allow controlling the o…
/petsc/include/
H A Dpetscmat.h374 PETSC_EXTERN PetscErrorCode MatAppendOptionsPrefixFactor(Mat, const char[]);
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c931 PetscCall(MatAppendOptionsPrefixFactor(A, "sub_schurs_")); in PCBDDCSubSchursSetUp()
/petsc/src/mat/interface/
H A Dmatrix.c790 PetscErrorCode MatAppendOptionsPrefixFactor(Mat A, const char prefix[]) in MatAppendOptionsPrefixFactor() function