Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the adjoint_minimum_dissipation_source_term_t
type.
Data Types | |
type | adjoint_minimum_dissipation_source_term_t |
An adjoint source term for objectives of minimum dissipation. More... | |
Functions/Subroutines | |
subroutine | adjoint_minimum_dissipation_source_term_init_from_json (this, json, fields, coef) |
The common constructor using a JSON object. | |
subroutine adjoint_minimum_dissipation_source_term::adjoint_minimum_dissipation_source_term_init_from_json | ( | class(adjoint_minimum_dissipation_source_term_t), intent(inout) | this, |
type(json_file), intent(inout) | json, | ||
type(field_list_t), intent(in), target | fields, | ||
type(coef_t), intent(in), target | coef | ||
) |
json | The JSON object for the source. |
this | The source term. |
fields | A list of fields for adding the source values. |
coef | The SEM coeffs. |
Definition at line 106 of file adjoint_minimum_dissipation_source_term.f90.