Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Adjoint case type. Todo: This should Ideally be a subclass of case_t, however, that is not yet suppoerted by Neko. More...
Public Attributes | |
class(adjoint_fluid_scheme_t), allocatable | scheme |
type(case_t), pointer | case |
real(kind=rp) | tol |
type(adjoint_output_t) | f_out |
type(output_controller_t) | output_controller |
logical | have_scalar = .false. |
Definition at line 54 of file adjoint_case.f90.
Definition at line 57 of file adjoint_case.f90.
type(adjoint_output_t) adjoint_case::adjoint_case_t::f_out |
Definition at line 61 of file adjoint_case.f90.
logical adjoint_case::adjoint_case_t::have_scalar = .false. |
Definition at line 64 of file adjoint_case.f90.
type(output_controller_t) adjoint_case::adjoint_case_t::output_controller |
Definition at line 62 of file adjoint_case.f90.
class(adjoint_fluid_scheme_t), allocatable adjoint_case::adjoint_case_t::scheme |
Definition at line 56 of file adjoint_case.f90.
Definition at line 60 of file adjoint_case.f90.