Searched refs:PCSetErrorIfFailure (Results 1 – 6 of 6) sorted by relevance
427 PetscCall(PCSetErrorIfFailure(ksp->pc, ksp->errorifnotconverged)); in KSPSetUp()1880 PetscCall(PCSetErrorIfFailure(pc, flg)); in KSPSetErrorIfNotConverged()2269 PetscCall(PCSetErrorIfFailure(ksp->pc, ksp->errorifnotconverged)); in KSPGetPC()
354 PetscCall(PCSetErrorIfFailure(pc, static_cast<PetscBool>(status == AMGX_SOLVE_FAILED))); in PCApply_AMGX()
72 PETSC_EXTERN PetscErrorCode PCSetErrorIfFailure(PC, PetscBool);
358 PetscErrorCode PCSetErrorIfFailure(PC pc, PetscBool flg) in PCSetErrorIfFailure() function
2479 PetscCall(PCSetErrorIfFailure(newpc, pc->erroriffailure)); in PCBDDCCreateFETIDPOperators_BDDC()2616 PetscCall(PCSetErrorIfFailure(bddcipc_ctx->bddc, pc->erroriffailure)); in PCBDDCCreateFETIDPOperators_BDDC()
1105 PetscCall(PCSetErrorIfFailure(fetidp->innerbddc, ksp->errorifnotconverged)); in KSPSetUp_FETIDP()