| 
    Neko 1.99.1
    
   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, time, cfl) | 
| 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 66 of file time_step_controller.f90.
      
  | 
  private | 
| dt | time step in case_t. | 
| cfl | courant number of current iteration. | 
| tstep | the current time step. @Algorithm:
  | 
Definition at line 101 of file time_step_controller.f90.