Loading...
Searching...
No Matches
Go to the source code of this file.
|
subroutine | volume_constraint::volume_constraint_init_json (this, json, design, simulation) |
| The common constructor using a JSON object.
|
|
subroutine | volume_constraint::volume_constraint_init_attributes (this, design, simulation, name, mask_name, is_max, limit) |
| The direct initializer from attributes.
|
|
subroutine | volume_constraint::volume_constraint_free (this) |
| Destructor.
|
|
subroutine | volume_constraint::volume_constraint_update_value (this, design) |
| The computation of the constraint.
|
|
subroutine | volume_constraint::volume_constraint_update_sensitivity (this, design) |
| The computation of the sensitivity.
|
|
real(kind=rp) function | volume_constraint::compute_volume (this, design) |
| Computes the volume of the design.
|
|
real(kind=rp) function | volume_constraint::volume_brinkman_design (this, design) |
| Computes the volume of the brinkman_design.
|
|