Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
problem Module Reference

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.
 

Detailed Description

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.

Function/Subroutine Documentation

◆ problem_init()

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 207 of file problem.f90.

Here is the call graph for this function: