|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Simulation driver.
Data Types | |
| interface | simulation_restart |
Functions/Subroutines | |
| subroutine, public | simulation_init (c, dt_controller) |
| Initialise a simulation of a case. | |
| subroutine, public | simulation_finalize (c) |
| Finalize a simulation of a case. | |
| subroutine, public | simulation_step (c, dt_controller, tstep_loop_start_time) |
| Compute a single time-step of a case. | |
| subroutine | simulation_settime (time, ext_bdf) |
| subroutine | case_restart_from_parameters (c) |
| Restart a case C from a given checkpoint. | |
| subroutine | case_restart_from_checkpoint (c, chkp) |
| Restart a case C from a given checkpoint. | |
| subroutine | simulation_joblimit_chkp (c, t) |
| Write a checkpoint at joblimit. | |
|
private |
Definition at line 234 of file simulation.f90.
| subroutine, public simulation::simulation_finalize | ( | type(case_t), intent(inout) | c | ) |
Definition at line 100 of file simulation.f90.


| subroutine, public simulation::simulation_init | ( | type(case_t), intent(inout) | c, |
| type(time_step_controller_t), intent(inout) | dt_controller | ||
| ) |
|
private |
| subroutine, public simulation::simulation_step | ( | type(case_t), intent(inout) | c, |
| type(time_step_controller_t), intent(inout) | dt_controller, | ||
| real(kind=dp), intent(in), optional | tstep_loop_start_time | ||
| ) |
Definition at line 121 of file simulation.f90.

