|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Subroutines to add advection terms to the RHS of a transport equation.
Data Types | |
| type | adv_lin_dealias_t |
| Type encapsulating advection routines with dealiasing. More... | |
Functions/Subroutines | |
| subroutine | init_dealias (this, lxd, coef) |
| Constructor. | |
| subroutine adv_lin_dealias::init_dealias | ( | class(adv_lin_dealias_t), intent(inout), target | this, |
| integer, intent(in) | lxd, | ||
| type(coef_t), intent(inout), target | coef | ||
| ) |
| this | The object. |
| lxd | The polynomial order of the space used in the dealiasing. |
| coef | The coefficients of the (space, mesh) pair. |
Definition at line 149 of file adv_adjoint_dealias.f90.