Searched refs:v4_p2 (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 | 889 PetscCall(PetscOptionsReal("-ksp_ew_v4_p2", "p2", NULL, kctx->v4_p2, &kctx->v4_p2, NULL)); in SNESEWSetFromOptions_Private() 1916 kctx->v4_p2 = 0.4; in SNESCreate() 5602 else if (rk < kctx->v4_p2) rtol = kctx->rtol_last; in KSPPreSolve_SNESEW()
|