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

Defines a factory subroutine for source terms. More...

Functions/Subroutines

subroutine, public source_term_factory (source_term, json, fields, coef)
 Source term factory. Both constructs and initializes the object. More...
 

Detailed Description

Defines a factory subroutine for source terms.

Function/Subroutine Documentation

◆ source_term_factory()

subroutine, public source_term_fctry::source_term_factory ( class(source_term_t), intent(inout), allocatable  source_term,
type(json_file), intent(inout)  json,
type(field_list_t), intent(inout)  fields,
type(coef_t), intent(inout)  coef 
)

Source term factory. Both constructs and initializes the object.

Parameters
jsonJSON object initializing the source term.

Definition at line 54 of file source_term_fctry.f90.

Here is the caller graph for this function: