Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the objective_t
type.
Data Types | |
type | objective_t |
The abstract objective type. More... | |
type | objective_wrapper_t |
Wrapper for objectives for use in lists. More... | |
Functions/Subroutines | |
subroutine | objective_init_base (this, name, design_size, weight, mask_name) |
Factory function interface. | |
subroutine | objective_free_base (this) |
Free the base class. | |
subroutine | objective_wrapper_free (this) |
Free the objective wrapper. | |
|
private |
Definition at line 114 of file objective.f90.
subroutine objective::objective_init_base | ( | class(objective_t), intent(inout) | this, |
character(len=*), intent(in) | name, | ||
integer, intent(in) | design_size, | ||
real(kind=rp), intent(in) | weight, | ||
character(len=*), intent(in), optional | mask_name | ||
) |
Initialize the objective base class.
design_size | The number of design variables. |
weight | The weight of the objective function. |
[optional] | mask_name The name design the mask. |
Definition at line 92 of file objective.f90.
|
private |
Definition at line 129 of file objective.f90.