Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Add advection operator to the right-hand-side for a scalar. More...
Private 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 122 of file advection.f90.
|
private |
Definition at line 122 of file advection.f90.