|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the augmented_lagrangian_objective_t type.
Data Types | |
| type | augmented_lagrangian_objective_t |
| An objective function implementing our augmented lagrangian sensitivity contribution. More... | |
Functions/Subroutines | |
| subroutine | augmented_lagrangian_init_json_sim (this, json, design, simulation) |
| The common constructor using a JSON object. | |
| subroutine augmented_lagrangian_objective::augmented_lagrangian_init_json_sim | ( | class(augmented_lagrangian_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 115 of file augmented_lagrangian_objective.f90.