Searched refs:oits (Results 1 – 1 of 1) sorted by relevance
1360 HYPRE_Int oits; in PCApplyRichardson_HYPRE_BoomerAMG() local1369 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() local2847 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() local3100 PetscCallHYPRE(HYPRE_SStructSysPFMGGetNumIterations(jac->ss_solver, &oits)); in PCApplyRichardson_SysPFMG()[all …]