Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/minres/
H A Dminres.c21 PetscReal TranCond; member
298 if ((Acond < minres->TranCond || !minres->qlp) && flag == flag0 && QLPiter == 0) { // MINRES in KSPSolve_MINRES()
725 …ondition number to dynamically switch to QLP", "None", minres->TranCond, &minres->TranCond, NULL)); in KSPSetFromOptions_MINRES()
855 minres->TranCond = 1.0 / PETSC_SQRT_MACHINE_EPSILON; in KSPCreate_MINRES()