Home
last modified time | relevance | path

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

/phasta/phSolver/compressible/
H A Ditrfdi.f1 subroutine itrFDI (ypre, y, ac, x, argument
39 dimension y(nshg,ndof), ypre(nshg,nflow),
59 ytmp = ypre
97 ytmp = ypre + epsSD * uBrg
113 ytmp = ypre - epsSD * uBrg
151 subroutine itrFDISclr (y, ypre, x, argument
189 dimension y(nshg,ndof), ypre(nshg,ndof),
203 ytmp = ypre
232 ytmp = ypre + epsSD * uBrg
244 ytmp = ypre - epsSD * uBrg
H A Dsolmfg.f53 & ypre(nshg,nflow), temp(nshg,nflow),
125 ypre(:,:) = y(:,1:nflow) ! ypre is the pre-conditioned,
128 call yshuffle(ypre,'new2old ')
130 call i3LU (BDiag, ypre, 'product ')
166 call itrFDI (ypre, y, ac,
186 call Au2MFG (ypre, y, ac,
228 call Au1MFG (ypre, y, ac,
H A Dau2mfg.f1 subroutine Au2MFG (ypre, y, ac, x, argument
34 dimension y(nshg,ndof), ypre(nshg,nflow),
65 uBrg = ypre + eps * Dy
89 uBrg = ypre - eps * Dy
H A Dau1mfg.f1 subroutine Au1MFG (ypre, y, ac, x, argument
39 dimension y(nshg,ndof), ypre(nshg,nflow),
64 uBrg = ypre + eGMRES * uBrg