Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
simulation_component_template Module Reference

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)
 

Function/Subroutine Documentation

◆ simulation_component_template_allocate()

subroutine simulation_component_template::simulation_component_template_allocate ( class(simulation_component_t), intent(inout), allocatable  obj)
private

Definition at line 53 of file simulation_component_template.f90.

Here is the caller graph for this function:

◆ simulation_component_template_compute()

subroutine simulation_component_template::simulation_component_template_compute ( class(simulation_component_template_t), intent(inout this,
type(time_state_t), intent(in time 
)
private

Definition at line 40 of file simulation_component_template.f90.

◆ simulation_component_template_free()

subroutine simulation_component_template::simulation_component_template_free ( class(simulation_component_template_t), intent(inout this)
private

Definition at line 34 of file simulation_component_template.f90.

◆ simulation_component_template_init()

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.

◆ simulation_component_template_register_types()

subroutine, public simulation_component_template::simulation_component_template_register_types

Definition at line 46 of file simulation_component_template.f90.

Here is the call graph for this function:
Here is the caller graph for this function: