Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
simulation_component::simulation_component_allocate Interface Reference

Simulation component factory. Both constructs and initializes the object. More...

Public Member Functions

subroutine simulation_component_allocate (obj)
 

Detailed Description

Parameters
objectThe object to be created and initialized.
jsonJSON object initializing the simulation component.
caseThe simulation case. Simulation component allocator.
objectThe object to be allocated.
type_nameThe name of the simcomp type. Interface for an object allocator. Implemented in the user modules, should allocate the obj to the custom user type.

Definition at line 160 of file simulation_component.f90.

Constructor & Destructor Documentation

◆ simulation_component_allocate()

subroutine simulation_component::simulation_component_allocate::simulation_component_allocate ( class(simulation_component_t), intent(inout), allocatable  obj)
virtual

Definition at line 160 of file simulation_component.f90.


The documentation for this interface was generated from the following file: