Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Fluid formulations.
Data Types | |
type | adjoint_fluid_scheme_incompressible_t |
Base type of all fluid formulations. More... | |
Functions/Subroutines | |
subroutine | adjoint_fluid_scheme_init_base (this, msh, lx, params, scheme, user, kspv_init) |
Initialise an adjoint scheme. | |
subroutine adjoint_fluid_scheme_incompressible::adjoint_fluid_scheme_init_base | ( | class(adjoint_fluid_scheme_incompressible_t), intent(inout), target | this, |
type(mesh_t), intent(inout), target | msh, | ||
integer, intent(in) | lx, | ||
type(json_file), intent(inout), target | params, | ||
character(len=*), intent(in) | scheme, | ||
type(user_t), intent(in), target | user, | ||
logical, intent(in) | kspv_init | ||
) |
Initialize common data for the current scheme
Definition at line 165 of file adjoint_fluid_scheme_incompressible.f90.