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

Data Types

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

Functions/Subroutines

subroutine adjoint_init_from_json (this, neko_case)
 
subroutine adjoint_init_from_attributes (this, neko_case, tol)
 
subroutine adjoint_case_init_common (this, neko_case)
 Initialize a neko_case from its (loaded) params object.
 
subroutine, public adjoint_free (this)
 

Function/Subroutine Documentation

◆ adjoint_case_init_common()

subroutine adjoint_case::adjoint_case_init_common ( class(adjoint_case_t), intent(inout this,
type(case_t), intent(inout neko_case 
)
private

Definition at line 106 of file adjoint_case.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ adjoint_free()

subroutine, public adjoint_case::adjoint_free ( class(adjoint_case_t), intent(inout this)

Definition at line 281 of file adjoint_case.f90.

Here is the caller graph for this function:

◆ adjoint_init_from_attributes()

subroutine adjoint_case::adjoint_init_from_attributes ( class(adjoint_case_t), intent(inout this,
class(case_t), intent(inout), target  neko_case,
real(kind=rp), intent(in tol 
)
private

Definition at line 88 of file adjoint_case.f90.

Here is the caller graph for this function:

◆ adjoint_init_from_json()

subroutine adjoint_case::adjoint_init_from_json ( class(adjoint_case_t), intent(inout this,
type(case_t), intent(inout), target  neko_case 
)
private

Definition at line 75 of file adjoint_case.f90.