Searched refs:statptts (Results 1 – 6 of 6) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | timedata.f | 8 integer, allocatable :: statptts(:,:) variable 40 allocate (statptts(ntspts,2)) 64 deallocate (statptts)
|
| H A D | timeseries.f | 22 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 D | itrdrv.f | 1379 statptts(:,:) = 0
|
| /phasta/phSolver/compressible/ |
| H A D | timeseries.f | 22 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 D | timedata.f90 | 30 allocate (statptts(ntspts,2)) 34 statptts(:,:) = 0 354 allocate (statptts(ntspts,2))
|
| H A D | mod_timedata.f90 | 8 integer, allocatable :: statptts(:,:) variable
|