|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Add advection operator to the right-hand-side for a scalar. More...
Public Member Functions | |
| subroutine | compute_scalar_adv (this, vx, vy, vz, s, fs, xh, coef, n, dt) |
| this | The object. |
| vx | The x component of velocity. |
| vy | The y component of velocity. |
| vz | The z component of velocity. |
| s | The scalar. |
| fs | The source term. |
| Xh | The function space. |
| coef | The coefficients of the (Xh, mesh) pair. |
| n | Typically the size of the mesh. |
| dt | Current time step used in OIFS method. |
Definition at line 124 of file advection.f90.
|
virtual |
Definition at line 124 of file advection.f90.