|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
Template for a user-defined simulation component.
Data Types | |
| type | simulation_component_template_t |
Functions/Subroutines | |
| subroutine | simulation_component_template_init (this, json, case) |
| subroutine | simulation_component_template_free (this) |
| subroutine | simulation_component_template_compute (this, time) |
| subroutine, public | simulation_component_template_register_types () |
| subroutine | simulation_component_template_allocate (obj) |
|
private |
Definition at line 53 of file simulation_component_template.f90.

|
private |
Definition at line 40 of file simulation_component_template.f90.
|
private |
Definition at line 34 of file simulation_component_template.f90.
| subroutine simulation_component_template::simulation_component_template_init | ( | class(simulation_component_template_t), intent(inout), target | this, |
| type(json_file), intent(inout) | json, | ||
| class(case_t), intent(inout), target | case | ||
| ) |
Definition at line 23 of file simulation_component_template.f90.
| subroutine, public simulation_component_template::simulation_component_template_register_types |
Definition at line 46 of file simulation_component_template.f90.

