Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
time_state.f90 File Reference

Go to the source code of this file.

Data Types

type  time_state::time_state_t
 A struct that contains all info about the time, expand as needed. More...
 

Modules

module  time_state
 Module with things related to the simulation time.
 

Functions/Subroutines

subroutine time_state::time_state_init_from_json (this, params)
 Initialize time state from JSON.
 
subroutine time_state::time_state_init_from_components (this, start_time, end_time, dt)
 Initialize time state.
 
subroutine time_state::time_state_reset (this)
 Reset time state.
 
subroutine time_state::time_state_restart (this, chkp)
 Restart time state.
 
subroutine time_state::time_state_status (this)
 Write status banner.
 
pure logical function time_state::time_state_is_done (this)
 Check if the simulation is done.