Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Public Member Functions | |
subroutine | set_optimization_ic_int (fld, coef, gs, params) |
Set optimization initial design field (builtin) | |
Definition at line 62 of file set_optimization_ic.f90.
subroutine optimization_ic::set_optimization_ic::set_optimization_ic_int | ( | type(field_t), intent(inout) | fld, |
type(coef_t), intent(in) | coef, | ||
type(gs_t), intent(inout) | gs, | ||
type(json_file), intent(inout) | params | ||
) |
Set optimization initial condition using one of the builtin types currently supported:
fld | design field. |
coef | Coefficient. |
gs | Gather-Scatter object. |
params | JSON parameters. |
Definition at line 84 of file set_optimization_ic.f90.