Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Implements the design_t
.
Data Types | |
interface | design_factory |
Factory function for the design object. More... | |
interface | design_free |
interface | design_get_design |
interface | design_map_backward |
interface | design_map_forward |
type | design_t |
An abstract design type. More... | |
interface | design_update_design |
interface | design_write |
Functions/Subroutines | |
subroutine | design_init_from_json (this, parameters) |
Dummy initialization from JSON. | |
subroutine | design_init_from_json_sim (this, parameters, simulation) |
Dummy initialization from JSON. | |
subroutine | design_init_base (this, n) |
Initialize the base design. | |
subroutine | design_free_base (this) |
Free the base design. | |
pure integer function | design_size (this) |
Return the number of design variables. | |
|
private |
Definition at line 199 of file design.f90.
|
private |
Definition at line 192 of file design.f90.
|
private |
Definition at line 173 of file design.f90.
|
private |
Definition at line 182 of file design.f90.