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

Go to the source code of this file.

Data Types

type  design::design_t
 An abstract design type. More...
 
interface  design::design_factory
 Factory function for the design object. More...
 
interface  design::design_free
 
interface  design::design_get_design
 
interface  design::design_update_design
 
interface  design::design_map_forward
 
interface  design::design_map_backward
 
interface  design::design_write
 

Modules

module  design
 Implements the design_t.
 

Functions/Subroutines

subroutine design::design_init_from_json (this, parameters)
 Dummy initialization from JSON.
 
subroutine design::design_init_from_json_sim (this, parameters, simulation)
 Dummy initialization from JSON.
 
subroutine design::design_init_base (this, n)
 Initialize the base design.
 
subroutine design::design_free_base (this)
 Free the base design.
 
pure integer function design::design_size (this)
 Return the number of design variables.