Searched refs:v4_p1 (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | snesimpl.h | 267 PetscReal v4_p1, v4_p2, v4_p3, v4_m1, v4_m2, v4_m3, v4_m4; member
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 888 PetscCall(PetscOptionsReal("-ksp_ew_v4_p1", "p1", NULL, kctx->v4_p1, &kctx->v4_p1, NULL)); in SNESEWSetFromOptions_Private() 1915 kctx->v4_p1 = 0.1; in SNESCreate() 5601 if (rk < kctx->v4_p1) rtol = 1. - 2. * kctx->v4_p1; in KSPPreSolve_SNESEW() 5606 … kctx->rtol_last > kctx->v4_m3 && kctx->rk_last_2 < kctx->v4_p1 && kctx->rk_last < kctx->v4_p1) rt… in KSPPreSolve_SNESEW()
|