Home
last modified time | relevance | path

Searched refs:dltan (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
207 dbar = dltan; in KSPSolve_MINRES()
212 dltan = -cs * betan; in KSPSolve_MINRES()
236 rootl = Norm3(gbar, dltan, zero); in KSPSolve_MINRES()