Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Simulation driver.
Functions/Subroutines | |
subroutine, public | neko_solve (C) |
Main driver to solve a case C. More... | |
subroutine | simulation_settime (t, dt, ext_bdf, tlag, dtlag, step) |
subroutine | simulation_restart (C, t) |
Restart a case C from a given checkpoint. More... | |
subroutine | simulation_joblimit_chkp (C, t) |
Write a checkpoint at joblimit. More... | |
subroutine, public simulation::neko_solve | ( | type(case_t), intent(inout), target | C | ) |
Execute outputs and user-init before time loop
Definition at line 56 of file simulation.f90.
|
private |