|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Module for handling the optimization problem. More...
Data Types | |
| type | problem_t |
| The abstract problem type. More... | |
Functions/Subroutines | |
| subroutine | problem_init (this, parameters, design, simulation) |
| The constructor for the base problem. | |
This module defines the problem_t type which is the main interface for the optimization problem. The problem is defined by a set of objectives and constraints that are evaluated based on the design variables. The problem also handles the output of the problem and the simulation.