Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
adjoint_output Module Reference

Defines an output for a adjoint.

Data Types

interface  adjoint_output_t
 adjoint output More...
 

Functions/Subroutines

type(adjoint_output_t) function adjoint_output_init (precision, adjoint, scalar, name, path)
 
subroutine adjoint_output_sample (this, t)
 Sample a adjoint solution at time t.
 

Function/Subroutine Documentation

◆ adjoint_output_init()

type(adjoint_output_t) function adjoint_output::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 
)
private

Definition at line 58 of file adjoint_output.f90.

Here is the caller graph for this function:

◆ adjoint_output_sample()

subroutine adjoint_output::adjoint_output_sample ( class(adjoint_output_t), intent(inout this,
real(kind=rp), intent(in t 
)
private

Definition at line 100 of file adjoint_output.f90.