Home
last modified time | relevance | path

Searched refs:MatSetErrorIfFailure (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/pc/impls/factor/qr/
H A Dqr.c21 PetscCall(MatSetErrorIfFailure(pc->pmat, pc->erroriffailure)); in PCSetUp_QR()
/petsc/src/ksp/pc/impls/factor/icc/
H A Dicc.c19 PetscCall(MatSetErrorIfFailure(pc->pmat, pc->erroriffailure)); in PCSetUp_ICC()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c54 PetscCall(MatSetErrorIfFailure(pc->pmat, pc->erroriffailure)); in PCSetUp_LU()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c37 PetscCall(MatSetErrorIfFailure(pc->pmat, pc->erroriffailure)); in PCSetUp_Cholesky()
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c94 PetscCall(MatSetErrorIfFailure(pc->pmat, pc->erroriffailure)); in PCSetUp_ILU()
/petsc/src/ksp/pc/interface/
H A Dprecon.c1115 PetscCall(MatSetErrorIfFailure(pc->pmat, pc->erroriffailure)); in PCSetUp()
1116 PetscCall(MatSetErrorIfFailure(pc->mat, pc->erroriffailure)); in PCSetUp()
1154 PetscCall(MatSetErrorIfFailure(pc->pmat, pc->erroriffailure)); in PCSetUpOnBlocks()
/petsc/src/mat/utils/
H A Dgcreate.c182 PetscErrorCode MatSetErrorIfFailure(Mat mat, PetscBool flg) in MatSetErrorIfFailure() function
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out65 …rmerly FALSE> Generate an error if an error occurs when factoring the matrix (MatSetErrorIfFailure)
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c1037 PetscCall(MatSetErrorIfFailure(A, PETSC_TRUE)); in PCBDDCSubSchursSetUp()
1288 PetscCall(MatSetErrorIfFailure(Asub, PETSC_TRUE)); in PCBDDCSubSchursSetUp()
/petsc/include/
H A Dpetscmat.h378 PETSC_EXTERN PetscErrorCode MatSetErrorIfFailure(Mat, PetscBool);