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

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.
 

Function/Subroutine Documentation

◆ init_dealias()

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 
)
Parameters
thisThe object.
lxdThe polynomial order of the space used in the dealiasing.
coefThe coefficients of the (space, mesh) pair.

Definition at line 148 of file adv_adjoint_dealias.f90.