Searched refs:relres (Results 1 – 1 of 1) sorted by relevance
105 …PetscReal Acond = 1.0, Acondl = 0.0, rnorml, rnorm, rootl, relAresl, relres, relresl, Arnorml, … in KSPSolve_MINRES() local171 relres = rnorm / beta1; in KSPSolve_MINRES()394 relresl = relres; in KSPSolve_MINRES()396 relres = rnorm / (Anorm * xnorm + beta1); in KSPSolve_MINRES()406 PetscReal t1 = 1.0 + relres; in KSPSolve_MINRES()412 if (relres <= ksp->rtol) flag = 1; // Good enough Ax=b solution in KSPSolve_MINRES()419 relres = relresl; in KSPSolve_MINRES()