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

Implements the adjoint_source_term_t type.

Data Types

type  adjoint_source_term_t
 Wrapper contaning and executing the adjoint source terms. More...
 

Functions/Subroutines

subroutine adjoint_source_term_init (this, f_x, f_y, f_z, coef, user)
 Constructor.
 
subroutine adjoint_init_user_source (source_term, rhs_fields, coef, type, user)
 Initialize the user source term.
 

Function/Subroutine Documentation

◆ adjoint_init_user_source()

subroutine adjoint_source_term::adjoint_init_user_source ( class(source_term_t), intent(inout), allocatable  source_term,
type(field_list_t)  rhs_fields,
type(coef_t), intent(in coef,
character(len=*)  type,
type(user_t), intent(in user 
)
private
Parameters
source_termThe allocatable source term to be initialized to a user.
rhs_fieldsThe field list with the 3 right-hand-side components.
coefThe SEM coefs.
typeThe type of the user source term, "user_vector" or "user_poinwise".
userThe user type containing the user source term routines.

Definition at line 87 of file adjoint_source_term.f90.

◆ adjoint_source_term_init()

subroutine adjoint_source_term::adjoint_source_term_init ( class(adjoint_source_term_t), intent(inout this,
type(field_t), intent(in), pointer  f_x,
type(field_t), intent(in), pointer  f_y,
type(field_t), intent(in), pointer  f_z,
type(coef_t), intent(in), target  coef,
type(user_t), intent(in), target  user 
)

Definition at line 63 of file adjoint_source_term.f90.