Home
last modified time | relevance | path

Searched refs:Arnorml (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/impls/minres/
H A Dminres.c105 …PetscReal Acond = 1.0, Acondl = 0.0, rnorml, rnorm, rootl, relAresl, relres, relresl, Arnorml, … in KSPSolve_MINRES() local
397 Arnorml = rnorml * rootl; in KSPSolve_MINRES()
425 …", QLPiter == 1 ? "P" : " ", ksp->its - 1, flag, (double)rnorml, (double)Arnorml, (double)relresl,… in KSPSolve_MINRES()
465 PetscCall(VecNorm(R2, NORM_2, &Arnorml)); in KSPSolve_MINRES()
467 relAresl = rnorml > realmin ? Arnorml / (Anorm * rnorml) : 0.0; in KSPSolve_MINRES()
469 …2e\n", QLPiter == 1 ? "P" : " ", ksp->its, flag, (double)rnorml, (double)Arnorml, (double)relresl,… in KSPSolve_MINRES()