Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
adjoint output More...
Public Member Functions | |
procedure, pass(this) | sample (this, t) |
Sample a adjoint solution at time t. | |
type(adjoint_output_t) function | adjoint_output_init (precision, adjoint, scalar, name, path) |
Public Attributes | |
type(field_list_t) | adjoint |
Definition at line 46 of file adjoint_output.f90.
type(adjoint_output_t) function adjoint_output::adjoint_output_t::adjoint_output_init | ( | integer, intent(inout) | precision, |
class(adjoint_fluid_scheme_t), intent(in), target | adjoint, | ||
class(scalar_scheme_t), intent(in), optional, target | scalar, | ||
character(len=*), intent(in), optional | name, | ||
character(len=*), intent(in), optional | path | ||
) |
Definition at line 58 of file adjoint_output.f90.
type(field_list_t) adjoint_output::adjoint_output_t::adjoint |
Definition at line 47 of file adjoint_output.f90.