Lines Matching refs:temp
53 & ypre(nshg,nflow), temp(nshg,nflow),
139 temp = res**2
143 call sumgat (temp, nflow, summed, ilwork)
188 & res, Dy, temp,
195 uBrg(:,:,1) = temp
199 temp = temp**2
200 call sumgat (temp, ndof, summed, ilwork)
226 temp = uBrg(:,:,iKs)
230 & res, temp, BDiag,
236 uBrg(:,:,iKs+1) = temp ! u_{i+1}= J u_i In Johan Thesis p 15c
251 temp = uBrg(:,:,iKs+1) * uBrg(:,:,1) ! {u_{i+1}*u_1} vector
252 call sumgat (temp, nflow, beta, ilwork) ! sum vector=(u_{i+1},u_1)
260 temp = uBrg(:,:,iKs+1) * uBrg(:,:,jK) !{u_{i+1}*u_j} vector
261 call sumgat (temp, nflow, beta, ilwork) ! sum vector=(u_{i+1},u_j)