Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
adjoint_case::adjoint_case_t Type Reference

Adjoint case type. Todo: This should Ideally be a subclass of case_t, however, that is not yet suppoerted by Neko. More...

Collaboration diagram for adjoint_case::adjoint_case_t:

Public Attributes

class(adjoint_fluid_scheme_t), allocatable scheme
 
type(case_t), pointer case
 
real(kind=rp) tol
 
type(adjoint_output_tf_out
 
type(output_controller_t) output_controller
 
logical have_scalar = .false.
 

Detailed Description

Definition at line 54 of file adjoint_case.f90.

Member Data Documentation

◆ case

type(case_t), pointer adjoint_case::adjoint_case_t::case

Definition at line 57 of file adjoint_case.f90.

◆ f_out

type(adjoint_output_t) adjoint_case::adjoint_case_t::f_out

Definition at line 61 of file adjoint_case.f90.

◆ have_scalar

logical adjoint_case::adjoint_case_t::have_scalar = .false.

Definition at line 64 of file adjoint_case.f90.

◆ output_controller

type(output_controller_t) adjoint_case::adjoint_case_t::output_controller

Definition at line 62 of file adjoint_case.f90.

◆ scheme

class(adjoint_fluid_scheme_t), allocatable adjoint_case::adjoint_case_t::scheme

Definition at line 56 of file adjoint_case.f90.

◆ tol

real(kind=rp) adjoint_case::adjoint_case_t::tol

Definition at line 60 of file adjoint_case.f90.


The documentation for this type was generated from the following file: