Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the constraint_t
type.
Data Types | |
type | constraint_t |
The abstract constraint type. More... | |
type | constraint_wrapper_t |
Wrapper for constraints for use in lists. More... | |
Functions/Subroutines | |
subroutine | constraint_init_base (this, name, design_size, mask_name) |
Factory function interface. | |
subroutine constraint::constraint_init_base | ( | class(constraint_t), intent(inout) | this, |
character(len=*), intent(in) | name, | ||
integer, intent(in) | design_size, | ||
character(len=*), intent(in), optional | mask_name | ||
) |
Initialize the constraint base class.
this | The constraint object. |
name | The name of the constraint. |
design_size | The number of design variables. |
mask_name | The name design the mask. [optional] |
Definition at line 91 of file constraint.f90.