Neko  0.8.1
A portable framework for high-order spectral element flow simulations
simulation_component_fctry Module Reference

Defines a factory subroutine for simulation components. More...

Functions/Subroutines

subroutine, public simulation_component_factory (simcomp, json, case)
 Simulation component factory. Both constructs and initializes the object. More...
 

Detailed Description

Defines a factory subroutine for simulation components.

Function/Subroutine Documentation

◆ simulation_component_factory()

subroutine, public simulation_component_fctry::simulation_component_factory ( class(simulation_component_t), intent(inout), allocatable  simcomp,
type(json_file), intent(inout)  json,
class(case_t), intent(inout), target  case 
)

Simulation component factory. Both constructs and initializes the object.

Parameters
jsonJSON object initializing the simulation component.

Definition at line 55 of file simulation_component_fctry.f90.

Here is the caller graph for this function: