Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
A struct that contains all info about the time, expand as needed. More...
Public Attributes | |
real(kind=rp), dimension(10) | tlag = 0.0_rp |
Old times. | |
real(kind=rp), dimension(10) | dtlag = 0.0_rp |
Old dts. | |
real(kind=rp) | dt = 0.0_rp |
Current dt. | |
real(kind=rp) | t = 0.0_rp |
Current time. | |
real(kind=rp) | end_time = 0.0_rp |
End time. | |
integer | tstep = 0 |
Current timestep. | |
Definition at line 40 of file time_state.f90.
Definition at line 43 of file time_state.f90.
Definition at line 42 of file time_state.f90.
Definition at line 45 of file time_state.f90.
Definition at line 44 of file time_state.f90.
Definition at line 41 of file time_state.f90.
integer time_state::time_state_t::tstep = 0 |
Definition at line 46 of file time_state.f90.