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

Contains the factory routine for advection_t children. More...

Functions/Subroutines

subroutine, public advection_factory (this, json, coef)
 A factory for advection_t decendants. More...
 

Detailed Description

Contains the factory routine for advection_t children.

Function/Subroutine Documentation

◆ advection_factory()

subroutine, public advection_fctry::advection_factory ( class(advection_t), intent(inout), allocatable  this,
type(json_file), intent(inout)  json,
type(coef_t), target  coef 
)

A factory for advection_t decendants.

Parameters
thisPolymorphic object of class advection_t.
jsonThe parameter file.
coefThe coefficients of the (space, mesh) pair.
Note
The factory both allocates and initializes this.

Definition at line 54 of file advection_fctry.f90.

Here is the caller graph for this function: