Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the steady_problem_t
type.
Data Types | |
type | simulation_t |
Functions/Subroutines | |
subroutine | simulation_init (this, parameters) |
Initialize the simulation. | |
subroutine | simulation_free (this) |
Free the simulation. | |
subroutine | simulation_run_forward (this) |
Run the simulation. | |
subroutine | simulation_run_backward (this) |
Run the simulation. | |
subroutine | simulation_reset (this) |
Reset the simulation. | |
subroutine | simulation_write (this, idx) |
Write current state of the simulation to disk. | |
|
private |
subroutine simulation::simulation_init | ( | class(simulation_t), intent(inout) | this, |
type(json_file), intent(inout) | parameters | ||
) |
Initialize the steady state simulation component
Definition at line 89 of file simulation.f90.
|
private |
|
private |
|
private |
Definition at line 148 of file simulation.f90.
|
private |
Definition at line 181 of file simulation.f90.