Searched refs:relresl (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 394 relresl = relres; in KSPSolve_MINRES() 419 relres = relresl; in KSPSolve_MINRES() 425 … "P" : " ", ksp->its - 1, flag, (double)rnorml, (double)Arnorml, (double)relresl, (double)relAresl… in KSPSolve_MINRES() 466 relresl = rnorml / (Anorm * xnorm + beta1); in KSPSolve_MINRES() 469 … 1 ? "P" : " ", ksp->its, flag, (double)rnorml, (double)Arnorml, (double)relresl, (double)relAresl… in KSPSolve_MINRES()
|