Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements type time_step_controller.
Data Types | |
type | time_step_controller_t |
Provides a tool to set time step dt. More... | |
Functions/Subroutines | |
subroutine | time_step_controller_init (this, params) |
Constructor. | |
subroutine | time_step_controller_set_dt (this, dt, cfl, cfl_avrg, tstep) |
Set new dt based on cfl if requested. | |
subroutine time_step_controller::time_step_controller_init | ( | class(time_step_controller_t), intent(inout) | this, |
type(json_file), intent(inout) | params | ||
) |
order | order of the interpolation |
Definition at line 65 of file time_step_controller.f90.
|
private |
dt | time step in case_t. |
cfl | courant number of current iteration. |
cfl_avrg | average Courant number. |
tstep | the current time step. @Algorithm:
|
Definition at line 97 of file time_step_controller.f90.