Searched refs:xnorm_tmp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/impls/minres/ |
| H A D | minres.c | 104 …PetscReal Axnorm, xnorm, xnorm_tmp, xl2norm = 0.0, pnorm, Anorm = 0.0, gmin = 0.0, gminl = 0.0,… in KSPSolve_MINRES() local 282 xnorm_tmp = Norm3(xl2norm, ul2, ul); in KSPSolve_MINRES() 283 if (PetscAbsReal(gama) > realmin && xnorm_tmp < minres->maxxnorm) { in KSPSolve_MINRES() 285 if (Norm3(xnorm_tmp, u, zero) > minres->maxxnorm) { in KSPSolve_MINRES()
|