Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 5 of 5) sorted by relevance

/phasta/phSolver/common/
H A DphIO.cc51 const double t0 = getTime(); in phio_readheader() local
54 printTime(__func__, getTime()-t0); in phio_readheader()
64 const double t0 = getTime(); in phio_writeheader() local
67 printTime(__func__, getTime()-t0); in phio_writeheader()
76 const double t0 = getTime(); in phio_readdatablock() local
79 printTime(__func__, getTime()-t0); in phio_readdatablock()
88 const double t0 = getTime(); in phio_writedatablock() local
91 printTime(__func__, getTime()-t0); in phio_writedatablock()
98 const double t0 = getTime(); in phio_constructName() local
100 printTime(__func__, getTime()-t0); in phio_constructName()
[all …]
H A DblowerControl.f9030 real*8 :: t0 !t = 0 reference for wave form component
101 real*8 :: t0, t1, t2, t3, t4, vmax, vmin local
126 t0 = 0.0d00
127 t1 = t0 + blower(iBlower)%t_riseTime
134 t = mod(BC_t - blower(iBlower)%t0, t4)
136 if(t0 <= t .and. t < t1) then !rising edge
137 vmagref = (vmax - vmin)*(t - t0)/(t1 - t0) + vmin
154 t = (BC_t - blower(iBlower)%t0)/blower(iBlower)%t_cycle
210 blower(i)%t0 = 0.0d00
226 blower(i)%t0 = -phi*blower(i)%t_cycle
[all …]
H A Dphio_stream.cc30 phastaioTime t0,t1; in stream_openfile() local
31 phastaio_time(&t0); in stream_openfile()
43 const size_t elapsed = phastaio_time_diff(&t0,&t1); in stream_openfile()
104 phastaioTime t0,t1; in stream_closefile() local
105 phastaio_time(&t0); in stream_closefile()
108 const size_t elapsed = phastaio_time_diff(&t0,&t1); in stream_closefile()
H A Dbctint.f142 real*8 t0,tlen,t1,tstart,tend local
164 t0 = max(zero,(irstart-1)*Delt(1))
168 t1 = t0 + tlen
171 & write(*,*) 'necessary bct timing: from ',t0,' to ',t1
215 nper = t0/BCt(ntpts,4)
216 tstart = t0-nper*BCt(ntpts,4)
/phasta/phastaIO/
H A DphastaIO.cc1459 phastaioTime t0,t1; in readDataBlock() local
1460 phastaio_time(&t0); in readDataBlock()
1478 const size_t elapsed = phastaio_time_diff(&t0,&t1); in readDataBlock()
1557 phastaioTime t0,t1; in readdatablock() local
1558 phastaio_time(&t0); in readdatablock()
1569 const size_t elapsed = phastaio_time_diff(&t0,&t1); in readdatablock()
1578 phastaioTime t0,t1; in readdatablock() local
1579 phastaio_time(&t0); in readdatablock()
1590 const size_t elapsed = phastaio_time_diff(&t0,&t1); in readdatablock()
1828 phastaioTime t0,t1; in writeDataBlock() local
[all …]