|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Module for handling the optimization problem.
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. | |
| subroutine problem::problem_init | ( | class(problem_t), intent(inout) | this, |
| type(json_file), intent(inout) | parameters, | ||
| class(design_t), intent(in) | design, | ||
| type(simulation_t), intent(inout), optional | simulation | ||
| ) |
Definition at line 168 of file problem.f90.