Searched refs:v4_p3 (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 | 890 PetscCall(PetscOptionsReal("-ksp_ew_v4_p3", "p3", NULL, kctx->v4_p3, &kctx->v4_p3, NULL)); in SNESEWSetFromOptions_Private() 1917 kctx->v4_p3 = 0.7; in SNESCreate() 5603 else if (rk < kctx->v4_p3) rtol = kctx->v4_m1 * kctx->rtol_last; in KSPPreSolve_SNESEW()
|