Home
last modified time | relevance | path

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

/phasta/phSolver/compressible/ !
H A Dtimedata.f90108 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 Dmod_timedata.f909 real*8, allocatable :: ptts(:,:) variable
H A Dtimeseries.f34 xts1 = ptts(jj,1)
35 xts2 = ptts(jj,2)
36 xts3 = ptts(jj,3)
/phasta/phSolver/incompressible/ !
H A Dtimedata.f9 real*8, allocatable :: ptts(:,:) variable
41 allocate (ptts(ntspts,nsd))
62 deallocate (ptts)
H A Dtimeseries.f34 xts1 = ptts(jj,1)
35 xts2 = ptts(jj,2)
36 xts3 = ptts(jj,3)
H A Ditrdrv.f1375 read(626,*) ptts(jj,1),ptts(jj,2),ptts(jj,3)