Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
augmented_lagrangian_objective Module Reference

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.
 

Function/Subroutine Documentation

◆ augmented_lagrangian_init_json_sim()

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 
)
Parameters
thisthe objective.
jsonthe JSON object.
designthe design.
simulationthe simulation.

Definition at line 115 of file augmented_lagrangian_objective.f90.