Go to the source code of this file.
|
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...
|
|