Neko  0.8.99
A portable framework for high-order spectral element flow simulations
adv_dealias.f90 File Reference

Go to the source code of this file.

Data Types

type  adv_dealias::adv_dealias_t
 Type encapsulating advection routines with dealiasing. More...
 

Modules

module  adv_dealias
 Subroutines to add advection terms to the RHS of a transport equation.
 

Functions/Subroutines

subroutine adv_dealias::init_dealias (this, lxd, coef)
 Constructor. More...
 
subroutine adv_dealias::free_dealias (this)
 Destructor. More...
 
subroutine adv_dealias::compute_advection_dealias (this, vx, vy, vz, fx, fy, fz, Xh, coef, n, dt)
 Add the advection term for the fluid, i.e. \(u \cdot \nabla u \), to the RHS. More...
 
subroutine adv_dealias::compute_scalar_advection_dealias (this, vx, vy, vz, s, fs, Xh, coef, n, dt)
 Add the advection term for a scalar, i.e. \(u \cdot \nabla s \), to the RHS. More...