Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
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_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.