Home
last modified time | relevance | path

Searched refs:statptts (Results 1 – 6 of 6) sorted by relevance

/phasta/phSolver/incompressible/
H A Dtimedata.f8 integer, allocatable :: statptts(:,:) variable
40 allocate (statptts(ntspts,2))
64 deallocate (statptts)
H A Dtimeseries.f22 if(statptts(jj,1).gt.0) then
23 if(statptts(jj,1).eq.iblkts) then
31 founde=statptts(jj,2)
212 statptts(jj,1)=iblkts
213 statptts(jj,2)=founde
217 statptts(jj,1)=nelblk+1 ! not searched for following steps
H A Ditrdrv.f1379 statptts(:,:) = 0
/phasta/phSolver/compressible/
H A Dtimeseries.f22 if(statptts(jj,1).gt.0) then
23 if(statptts(jj,1).eq.iblkts) then
31 founde=statptts(jj,2)
212 statptts(jj,1)=iblkts
213 statptts(jj,2)=founde
217 statptts(jj,1)=nelblk+1 ! not searched for following steps
H A Dtimedata.f9030 allocate (statptts(ntspts,2))
34 statptts(:,:) = 0
354 allocate (statptts(ntspts,2))
H A Dmod_timedata.f908 integer, allocatable :: statptts(:,:) variable