Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Module designed to setup the topology optimization user interface for Neko. This module should initialize, finalize, and run the time dependent operations of our topology optimization problem. More...
Functions/Subroutines | |
subroutine, public | neko_user_init (neko_case) |
Assign user conditions for the neko case. | |
subroutine | set_material_properties (t, tstep, rho, mu, cp, lambda, params) |
Initialize the material properties, unfortunately required from Neko. | |
This should include, but not be limited to:
Currently the computations should be setup in the "user_check" subroutine. This is a hacky way to run the physics and adjoint physics, but it works.
subroutine, public topology_optimization_user_module::neko_user_init | ( | type(case_t), intent(inout) | neko_case | ) |
[in,out] | neko_case | The neko case to setup the user interface for |
Definition at line 42 of file user_module.f90.
|
private |