Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Module with things related to the simulation time.
Data Types | |
type | time_state_t |
A struct that contains all info about the time, expand as needed. More... | |
Functions/Subroutines | |
subroutine | time_state_init_from_json (this, params) |
Initialize time state from JSON. | |
subroutine | time_state_init_from_components (this, start_time, end_time, dt) |
Initialize time state. | |
subroutine | time_state_reset (this) |
Reset time state. | |
subroutine | time_state_restart (this, chkp) |
Restart time state. | |
subroutine | time_state_status (this) |
Write status banner. | |
pure logical function | time_state_is_done (this) |
Check if the simulation is done. | |
|
private |
Definition at line 91 of file time_state.f90.
subroutine time_state::time_state_init_from_json | ( | class(time_state_t), intent(inout) | this, |
type(json_file), intent(inout) | params | ||
) |
Definition at line 67 of file time_state.f90.
|
private |
Definition at line 156 of file time_state.f90.
|
private |
Definition at line 114 of file time_state.f90.
|
private |
Definition at line 125 of file time_state.f90.
|
private |
Definition at line 135 of file time_state.f90.