Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the volume_constraint_t
type.
Data Types | |
type | volume_constraint_t |
A constraint on the volume of the design. More... | |
Functions/Subroutines | |
subroutine | volume_constraint_init_json_sim (this, json, design, simulation) |
The common constructor using a JSON object. | |
subroutine volume_constraint::volume_constraint_init_json_sim | ( | class(volume_constraint_t), intent(inout) | this, |
type(json_file), intent(inout) | json, | ||
class(design_t), intent(in) | design, | ||
type(simulation_t), intent(inout), target | simulation | ||
) |
this | the constraint. |
json | the JSON object. |
design | the design. |
simulation | the simulation. |
Definition at line 107 of file volume_constraint.f90.