Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/output/
H A Dex13_qlp_sisc_none.out2 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
14 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
H A Dex13_qlp_sisc.out2 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
14 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
H A Dex42_minres_qlp_nonconsistent.out1 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
14 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
H A Dex42_minres_qlp.out1 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
14 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
H A Dex13_qlp_3.out2 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
25 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
H A Dex13_qlp_3_alt.out2 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
29 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
H A Dex13_qlp_2.out2 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
40 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
H A Dex13_qlp_1.out2 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
55 flag rnorm Arnorm Compatible LS Anorm Acond xnorm
/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
298 if ((Acond < minres->TranCond || !minres->qlp) && flag == flag0 && QLPiter == 0) { // MINRES in KSPSolve_MINRES()
391 Acondl = Acond; in KSPSolve_MINRES()
392 Acond = Anorm / gmin; in KSPSolve_MINRES()
417 Acond = Acondl; in KSPSolve_MINRES()