Home
last modified time | relevance | path

Searched refs:PCSetErrorIfFailure (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/interface/
H A Ditfunc.c427 PetscCall(PCSetErrorIfFailure(ksp->pc, ksp->errorifnotconverged)); in KSPSetUp()
1880 PetscCall(PCSetErrorIfFailure(pc, flg)); in KSPSetErrorIfNotConverged()
2269 PetscCall(PCSetErrorIfFailure(ksp->pc, ksp->errorifnotconverged)); in KSPGetPC()
/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx354 PetscCall(PCSetErrorIfFailure(pc, static_cast<PetscBool>(status == AMGX_SOLVE_FAILED))); in PCApply_AMGX()
/petsc/include/
H A Dpetscpc.h72 PETSC_EXTERN PetscErrorCode PCSetErrorIfFailure(PC, PetscBool);
/petsc/src/ksp/pc/interface/
H A Dprecon.c358 PetscErrorCode PCSetErrorIfFailure(PC pc, PetscBool flg) in PCSetErrorIfFailure() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c2479 PetscCall(PCSetErrorIfFailure(newpc, pc->erroriffailure)); in PCBDDCCreateFETIDPOperators_BDDC()
2616 PetscCall(PCSetErrorIfFailure(bddcipc_ctx->bddc, pc->erroriffailure)); in PCBDDCCreateFETIDPOperators_BDDC()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c1105 PetscCall(PCSetErrorIfFailure(fetidp->innerbddc, ksp->errorifnotconverged)); in KSPSetUp_FETIDP()