Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
A RAMP mapping of coefficients.
Data Types | |
type | ramp_mapping_t |
A RAMP mapping of coefficients This is the standard RAMP described in https://doi.org/10.1007/s001580100129. More... | |
Functions/Subroutines | |
subroutine | ramp_mapping_init_from_json (this, json, coef) |
Constructor from json. | |
subroutine ramp_mapping::ramp_mapping_init_from_json | ( | class(ramp_mapping_t), intent(inout) | this, |
type(json_file), intent(inout) | json, | ||
type(coef_t), intent(inout) | coef | ||
) |
Definition at line 106 of file RAMP_mapping.f90.