Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c1360 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()
[all …]