|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the minimum_dissipation_objective_t type.
Data Types | |
| type | minimum_dissipation_objective_t |
| An objective function corresponding to minimum dissipation \( F = \int_\Omega |\nabla u|^2 d \Omega \). More... | |
Functions/Subroutines | |
| subroutine | minimum_dissipation_init_json_sim (this, json, design, simulation) |
| The common constructor using a JSON object. | |
| subroutine minimum_dissipation_objective::minimum_dissipation_init_json_sim | ( | class(minimum_dissipation_objective_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 objective. |
| json | the JSON object. |
| design | the design. |
| simulation | the simulation. |
Definition at line 139 of file minimum_dissipation_objective.f90.