Home
last modified time | relevance | path

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

/phasta/phSolver/AMG/
H A Dramg_coarse.f591 real(kind=8) :: Lmax local
694 Lmax = -1.0e+6 ! Lmax stores max value of lambda, m points to it
720 if (amg_L(i).gt.Lmax) then
721 Lmax = amg_L(i)
739 Lmax = amg_L(m)-iabs(afmap(m))-m*MSCALE ! reuse Lmax
740 if (Lmax.lt.LSCALE) then