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

Go to the source code of this file.

Data Types

type  optimizer::optimizer_t
 Abstract optimizer class. More...
 
interface  optimizer::optimizer_init_from_json
 Interface for optimizer initialization. More...
 
interface  optimizer::optimizer_run
 Interface for running the optimization loop. More...
 
interface  optimizer::optimizer_free
 Interface for freeing resources. More...
 

Modules

module  optimizer
 

Functions/Subroutines

subroutine optimizer::optimizer_init_base (this, max_iterations, tolerance)
 Factory function for the optimizer.