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
source_term::source_term_allocate Interface Reference

Source term factory. Both constructs and initializes the object. More...

Public Member Functions

subroutine source_term_allocate (obj)
 

Detailed Description

Parameters
objectThe object to be initialized.
jsonJSON object initializing the source term.
fieldsThe list of fields updated by the source term.
coefThe SEM coefficients. Source term allocator.
objectThe object to be allocated.
type_nameThe name of the type to allocate. Interface for an object allocator. Implemented in the user modules, should allocate the obj to the custom user type.

Definition at line 143 of file source_term.f90.

Constructor & Destructor Documentation

◆ source_term_allocate()

subroutine source_term::source_term_allocate::source_term_allocate ( class(source_term_t), intent(inout), allocatable  obj)
virtual

Definition at line 143 of file source_term.f90.


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