Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Data Types | |
type | simple_design_t |
A topology optimization design variable. More... | |
Functions/Subroutines | |
subroutine | design_simple_init_from_json (this, parameters) |
Initialize the design from a JSON file. | |
subroutine | design_simple_free (this) |
Free the design. | |
subroutine | design_simple_init_from_components (this, n) |
subroutine | design_simple_add_mapping (this, parameters, simulation) |
Add mappings to the design. | |
subroutine | design_simple_map_forward (this) |
type(vector_t) function | design_simple_get_design (this) |
subroutine | design_simple_update_design (this, x) |
subroutine | design_simple_map_backward (this, sensitivity) |
subroutine | design_simple_write (this, idx) |
|
private |
Definition at line 138 of file design_simple.f90.
|
private |
Definition at line 119 of file design_simple.f90.
|
private |
Definition at line 152 of file design_simple.f90.
|
private |
Definition at line 127 of file design_simple.f90.
subroutine simple_design::design_simple_init_from_json | ( | class(simple_design_t), intent(inout) | this, |
type(json_file), intent(inout) | parameters | ||
) |
Definition at line 107 of file design_simple.f90.
|
private |
Definition at line 167 of file design_simple.f90.
|
private |
Definition at line 146 of file design_simple.f90.
|
private |
Definition at line 159 of file design_simple.f90.
|
private |
Definition at line 173 of file design_simple.f90.