Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/minres/
H A Dminres.c101 …PetscReal zero = 0.0, dbar, dltan = 0.0, dlta, cs = -1.0, sn = 0.0, epln, eplnn = 0.0, gbar, dl… in KSPSolve_MINRES() local
208 epln = eplnn; in KSPSolve_MINRES()
303 PetscScalar alphas[] = {-dlta_QLP / gama_tmp, -epln / gama_tmp}; in KSPSolve_MINRES()