Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dtimedata.f15 integer, allocatable :: ivartsg(:) variable
46 allocate (ivartsg(ntspts*ndof))
68 deallocate (ivartsg)
H A Ditrdrv.f1789 call MPI_ALLREDUCE(ivarts, ivartsg, ndof*ntspts,
1801 … if(ivartsg(indxvarts+k).ne.0) then ! none of the vartssoln(parts) were non zero
1803 & ivartsg(indxvarts+k)
/phasta/phSolver/compressible/
H A Dtimedata.f9041 allocate (ivartsg( ntspts*ndof))
214 call MPI_REDUCE(ivarts, ivartsg, ndof*ntspts,
224 if(ivartsg(indxvarts+k).ne.0) then ! none of the vartssoln(parts) were non zero
226 & vartssolng(indxvarts+k) / ivartsg(indxvarts+k)
332 deallocate(ivartsg)
H A Dmod_timedata.f9017 integer, allocatable, dimension(:) :: ivartsg variable