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

Go to the source code of this file.

Data Types

type  adv_dummy::adv_dummy_t
 A zero-valued advection that can be used to kill the advection term. More...
 

Modules

module  adv_dummy
 Implements adv_dummy_t
 

Functions/Subroutines

subroutine adv_dummy::init_adv_dummy (this, coef)
 Constructor. More...
 
subroutine adv_dummy::free_adv_dummy (this)
 Destructor. More...
 
subroutine adv_dummy::compute_adv_dummy (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_dummy::compute_scalar_adv_dummy (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...