Go to the source code of this file.
|
| subroutine | adv_dummy::init_adv_dummy (this, coef) |
| | Constructor.
|
| |
| subroutine | adv_dummy::free_adv_dummy (this) |
| | Destructor.
|
| |
| 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.
|
| |
| 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.
|
| |
| subroutine | adv_dummy::recompute_metrics_dummy_noop (this, coef, moving_boundary) |
| |
| subroutine | adv_dummy::compute_ale_adv_dummy (this, vx, vy, vz, wm_x, wm_y, wm_z, fx, fy, fz, xh, coef, n, dt) |
| |