Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Subroutines to add perturbed advection terms to the RHS of a transport equation.
Data Types | |
type | adv_lin_no_dealias_t |
Type encapsulating advection routines with no dealiasing applied. More... | |
Functions/Subroutines | |
subroutine | init_no_dealias (this, coef) |
Constructor. | |
subroutine adv_lin_no_dealias::init_no_dealias | ( | class(adv_lin_no_dealias_t), intent(inout) | this, |
type(coef_t), intent(in) | coef | ||
) |
this | The object. |
coef | The coefficients of the (space, mesh) pair. |
Definition at line 90 of file adv_adjoint_no_dealias.f90.