Searched refs:MatFactorGetError (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ksp/pc/impls/factor/qr/ |
| H A D | qr.c | 28 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 D | lu.c | 66 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 D | cholesky.c | 52 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 D | eisen.c | 25 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 D | sor.c | 34 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 D | icc.c | 44 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 D | ilu.c | 111 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 D | ex52f.F90 | 57 PetscCallA(MatFactorGetError(F, ferr, ierr))
|
| /petsc/src/ksp/pc/impls/vpbjacobi/ |
| H A D | vpbjacobi.c | 234 PetscCall(MatFactorGetError(A, &err)); in PCSetUp_VPBJacobi_Host()
|
| /petsc/src/ksp/pc/impls/pbjacobi/ |
| H A D | pbjacobi.c | 257 PetscCall(MatFactorGetError(A, &err)); in PCSetUp_PBJacobi_Host()
|
| /petsc/include/ |
| H A D | petscmat.h | 1516 PETSC_EXTERN PetscErrorCode MatFactorGetError(Mat, MatFactorError *);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 195 PetscErrorCode MatFactorGetError(Mat mat, MatFactorError *err) in MatFactorGetError() function
|