Home
last modified time | relevance | path

Searched refs:MatFactorGetError (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ksp/pc/impls/factor/qr/
H A Dqr.c28 PetscCall(MatFactorGetError(pc->pmat, &err)); in PCSetUp_QR()
48 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_QR()
50 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_QR()
57 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_QR()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c66 PetscCall(MatFactorGetError(pc->pmat, &err)); in PCSetUp_LU()
118 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_LU()
124 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_LU()
131 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_LU()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c52 PetscCall(MatFactorGetError(pc->pmat, &err)); in PCSetUp_Cholesky()
124 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_Cholesky()
130 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_Cholesky()
137 PetscCall(MatFactorGetError(((PC_Factor *)dir)->fact, &err)); in PCSetUp_Cholesky()
/petsc/src/ksp/pc/impls/eisens/
H A Deisen.c25 PetscCall(MatFactorGetError(eis->A, (MatFactorError *)&pc->failedreason)); in PCMult_Eisenstat()
97 PetscCall(MatFactorGetError(eis->A, (MatFactorError *)&pc->failedreason)); in PCPreSolve_Eisenstat()
105 PetscCall(MatFactorGetError(eis->A, (MatFactorError *)&pc->failedreason)); in PCPreSolve_Eisenstat()
120 PetscCall(MatFactorGetError(eis->A, (MatFactorError *)&pc->failedreason)); in PCPostSolve_Eisenstat()
/petsc/src/ksp/pc/impls/sor/
H A Dsor.c34 PetscCall(MatFactorGetError(pc->pmat, (MatFactorError *)&pc->failedreason)); in PCApply_SOR()
48 PetscCall(MatFactorGetError(pc->pmat, (MatFactorError *)&pc->failedreason)); in PCApplyTranspose_SOR()
60 PetscCall(MatFactorGetError(pc->pmat, (MatFactorError *)&pc->failedreason)); in PCApplyRichardson_SOR()
/petsc/src/ksp/pc/impls/factor/icc/
H A Dicc.c44 PetscCall(MatFactorGetError(((PC_Factor *)icc)->fact, &err)); in PCSetUp_ICC()
51 PetscCall(MatFactorGetError(((PC_Factor *)icc)->fact, &err)); in PCSetUp_ICC()
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c111 PetscCall(MatFactorGetError(pc->pmat, &err)); in PCSetUp_ILU()
157 PetscCall(MatFactorGetError(((PC_Factor *)ilu)->fact, &err)); in PCSetUp_ILU()
164 PetscCall(MatFactorGetError(((PC_Factor *)ilu)->fact, &err)); in PCSetUp_ILU()
/petsc/src/ksp/ksp/tests/
H A Dex52f.F9057 PetscCallA(MatFactorGetError(F, ferr, ierr))
/petsc/src/ksp/pc/impls/vpbjacobi/
H A Dvpbjacobi.c234 PetscCall(MatFactorGetError(A, &err)); in PCSetUp_VPBJacobi_Host()
/petsc/src/ksp/pc/impls/pbjacobi/
H A Dpbjacobi.c257 PetscCall(MatFactorGetError(A, &err)); in PCSetUp_PBJacobi_Host()
/petsc/include/
H A Dpetscmat.h1516 PETSC_EXTERN PetscErrorCode MatFactorGetError(Mat, MatFactorError *);
/petsc/src/mat/interface/
H A Dmatrix.c195 PetscErrorCode MatFactorGetError(Mat mat, MatFactorError *err) in MatFactorGetError() function