Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
A linear mapping of coefficients.
Data Types | |
type | linear_mapping_t |
A linear mapping of coefficients $f(x) = f_{min} + (f_{max} - f_{min}) x$. More... | |
Functions/Subroutines | |
subroutine | linear_mapping_init_from_json (this, json, coef) |
Constructor from json. | |
subroutine linear_mapping::linear_mapping_init_from_json | ( | class(linear_mapping_t), intent(inout) | this, |
type(json_file), intent(inout) | json, | ||
type(coef_t), intent(inout) | coef | ||
) |
Definition at line 72 of file linear_mapping.f90.