Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
interface | simulation::simulation_restart |
Modules | |
module | simulation |
Simulation driver. | |
Functions/Subroutines | |
subroutine, public | simulation::simulation_init (c, dt_controller) |
Initialise a simulation of a case. | |
subroutine, public | simulation::simulation_finalize (c) |
Finalize a simulation of a case. | |
subroutine, public | simulation::simulation_step (c, dt_controller, tstep_loop_start_time) |
Compute a single time-step of a case. | |
subroutine | simulation::simulation_settime (time, ext_bdf) |
subroutine | simulation::case_restart_from_parameters (c) |
Restart a case C from a given checkpoint. | |
subroutine | simulation::case_restart_from_checkpoint (c, chkp) |
Restart a case C from a given checkpoint. | |
subroutine | simulation::simulation_joblimit_chkp (c, t) |
Write a checkpoint at joblimit. | |