Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Contains the factory routine for advection_t
children.
Functions/Subroutines | |
subroutine, public | advection_adjoint_factory (object, json, coef) |
A factory for advection_t decendants. | |
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 | ||
) |
object | Polymorphic object of class advection_t. |
json | The parameter file. |
coef | The coefficients of the (space, mesh) pair. |
object
. Definition at line 57 of file advection_adjoint_fctry.f90.