Lines Matching refs:oits
1360 HYPRE_Int oits; in PCApplyRichardson_HYPRE_BoomerAMG() local
1369 PetscCallHYPRE(HYPRE_BoomerAMGGetNumIterations(jac->hsolver, &oits)); in PCApplyRichardson_HYPRE_BoomerAMG()
1370 *outits = oits; in PCApplyRichardson_HYPRE_BoomerAMG()
1371 if (oits == its) *reason = PCRICHARDSON_CONVERGED_ITS; in PCApplyRichardson_HYPRE_BoomerAMG()
2839 HYPRE_Int oits; in PCApplyRichardson_PFMG() local
2847 PetscCallHYPRE(HYPRE_StructPFMGGetNumIterations(jac->hsolver, &oits)); in PCApplyRichardson_PFMG()
2848 *outits = oits; in PCApplyRichardson_PFMG()
2849 if (oits == its) *reason = PCRICHARDSON_CONVERGED_ITS; in PCApplyRichardson_PFMG()
3093 HYPRE_Int oits; in PCApplyRichardson_SysPFMG() local
3100 PetscCallHYPRE(HYPRE_SStructSysPFMGGetNumIterations(jac->ss_solver, &oits)); in PCApplyRichardson_SysPFMG()
3101 *outits = oits; in PCApplyRichardson_SysPFMG()
3102 if (oits == its) *reason = PCRICHARDSON_CONVERGED_ITS; in PCApplyRichardson_SysPFMG()
3274 HYPRE_Int oits; in PCApplyRichardson_SMG() local
3282 PetscCallHYPRE(HYPRE_StructSMGGetNumIterations(jac->hsolver, &oits)); in PCApplyRichardson_SMG()
3283 *outits = oits; in PCApplyRichardson_SMG()
3284 if (oits == its) *reason = PCRICHARDSON_CONVERGED_ITS; in PCApplyRichardson_SMG()