Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
advection_adjoint_fctry Module Reference

Contains the factory routine for advection_t children.

Functions/Subroutines

subroutine, public advection_adjoint_factory (object, json, coef)
 A factory for advection_t decendants.
 

Function/Subroutine Documentation

◆ advection_adjoint_factory()

subroutine, public advection_adjoint_fctry::advection_adjoint_factory ( class(advection_adjoint_t), intent(inout), allocatable  object,
type(json_file), intent(inout json,
type(coef_t), target  coef 
)
Parameters
objectPolymorphic object of class advection_t.
jsonThe parameter file.
coefThe coefficients of the (space, mesh) pair.
Note
The factory both allocates and initializes object.

Definition at line 57 of file advection_adjoint_fctry.f90.

Here is the caller graph for this function: