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

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.
 

Function/Subroutine Documentation

◆ volume_constraint_init_json_sim()

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

Definition at line 107 of file volume_constraint.f90.