Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dtimedata.f14 integer, allocatable :: ivarts(:) variable
45 allocate (ivarts(ntspts*ndof))
67 deallocate (ivarts)
H A Ditrdrv.f1768 ivarts=zero
1771 if(vartssoln(k).ne.zero) ivarts(k)=1
1789 call MPI_ALLREDUCE(ivarts, ivartsg, ndof*ntspts,
/phasta/phSolver/compressible/
H A Dtimedata.f9040 allocate (ivarts( ntspts*ndof))
201 ivarts=zero
206 if(vartssoln(k).ne.zero) ivarts(k)=1
214 call MPI_REDUCE(ivarts, ivartsg, ndof*ntspts,
331 deallocate(ivarts)
H A Dmod_timedata.f9016 integer, allocatable, dimension(:) :: ivarts variable