Searched refs:ptts (Results 1 – 6 of 6) sorted by relevance
| /phasta/phSolver/compressible/ ! |
| H A D | timedata.f90 | 108 allocate (ptts( ntspts,nsd)) 114 read(626,*) ptts(jj,1), ptts(jj,2), ptts(jj,3) 121 call MPI_Bcast(ptts, ntspts*nsd, MPI_DOUBLE_PRECISION, 160 write(1001, "(I5, T12, 3(F16.12))") jj, ptts(jj,1:3) 338 deallocate(ptts) 355 allocate (ptts(ntspts,nsd)) 369 deallocate (ptts)
|
| H A D | mod_timedata.f90 | 9 real*8, allocatable :: ptts(:,:) variable
|
| H A D | timeseries.f | 34 xts1 = ptts(jj,1) 35 xts2 = ptts(jj,2) 36 xts3 = ptts(jj,3)
|
| /phasta/phSolver/incompressible/ ! |
| H A D | timedata.f | 9 real*8, allocatable :: ptts(:,:) variable 41 allocate (ptts(ntspts,nsd)) 62 deallocate (ptts)
|
| H A D | timeseries.f | 34 xts1 = ptts(jj,1) 35 xts2 = ptts(jj,2) 36 xts3 = ptts(jj,3)
|
| H A D | itrdrv.f | 1375 read(626,*) ptts(jj,1),ptts(jj,2),ptts(jj,3)
|