Go to the source code of this file.
|
module | adv_no_dealias |
| Subroutines to add advection terms to the RHS of a transport equation.
|
|
|
subroutine | adv_no_dealias::init_no_dealias (this, coef) |
| Constructor. More...
|
|
subroutine | adv_no_dealias::free_no_dealias (this) |
| Destructor. More...
|
|
subroutine | adv_no_dealias::compute_advection_no_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_no_dealias::compute_scalar_advection_no_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...
|
|