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

Go to the source code of this file.

Data Types

type  mma_optimizer::mma_optimizer_t
 

Modules

module  mma_optimizer
 

Functions/Subroutines

subroutine mma_optimizer::mma_optimizer_init_from_json (this, parameters, problem, design, simulation, max_iterations, tolerance)
 Initialize the MMA optimizer from JSON file.
 
subroutine mma_optimizer::mma_optimizer_init_from_components (this, problem, design, simulation, max_iterations, tolerance)
 Initialize the MMA optimizer from JSON file.
 
subroutine mma_optimizer::mma_optimizer_run (this, problem, design, simulation)
 Define the optimization loop for MMA.
 
subroutine mma_optimizer::mma_optimizer_free (this)
 
subroutine mma_optimizer::mma_logger_assemble_data (log_data, iter, objective_value, all_objectives, constraint_value, residumax, residunorm, scaling_factor, n, m)