Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dgendat.f269 real*8 Forout(3), Forin(3) local
276 call MPI_ALLREDUCE (Forin, Forout, 3,
278 xmax = Forout(1)
279 ymax = Forout(2)
280 zmax = Forout(3)
291 call MPI_ALLREDUCE (Forin, Forout, 3,
294 Forout(1) = xlngth
295 Forout(2) = ylngth
296 Forout(3) = zlngth
299 xlngth = xmax-Forout(1)
[all …]
/phasta/phSolver/incompressible/
H A Dforces.f16 real*8 Forin(5), Forout(5),spmasss local
62 call MPI_ALLREDUCE (Forin(1), Forout(1),5,
64 Force = Forout(1:3)
65 HFlux = Forout(4)
66 entrop= Forout(5)
/phasta/phSolver/compressible/
H A Drstat.f27 dimension Forin(4), Forout(4)
77 call MPI_REDUCE (Forin(1), Forout(1), 4, MPI_DOUBLE_PRECISION,
81 Force = Forout(1:3)
82 HFlux = Forout(4)
277 dimension Forin(4), Forout(4)
323 call MPI_REDUCE (Forin(1), Forout(1), 4, MPI_DOUBLE_PRECISION,
327 Force = Forout(1:3)
328 HFlux = Forout(4)
H A DrstatCheck.f24 dimension Forin(4), Forout(4)