Searched refs:rootl (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/impls/minres/ |
| H A D | minres.c | 105 …PetscReal Acond = 1.0, Acondl = 0.0, rnorml, rnorm, rootl, relAresl, relres, relresl, Arnorml, … in KSPSolve_MINRES() local 236 rootl = Norm3(gbar, dltan, zero); in KSPSolve_MINRES() 242 tmp = rootl / phir; in KSPSolve_MINRES() 243 …Int_FMT ": inexact check %g (%g / %g)\n", ksp->its - 2, (double)tmp, (double)rootl, (double)phir)); in KSPSolve_MINRES() 397 Arnorml = rnorml * rootl; in KSPSolve_MINRES() 398 relAresl = rootl / Anorm; in KSPSolve_MINRES()
|