Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Add advection operator to the right-hand-side for a fluld. More...
Public Member Functions | |
subroutine | compute_adv_lin (this, vx, vy, vz, vxb, vyb, vzb, fx, fy, fz, xh, coef, n) |
this | The object. |
vx | The x component of velocity. |
vy | The y component of velocity. |
vz | The z component of velocity. |
fx | The x component of source term. |
fy | The y component of source term. |
fz | The z component of source term. |
Xh | The function space. |
coef | The coefficients of the (Xh, mesh) pair. |
n | Typically the size of the mesh. |
Definition at line 67 of file advection_adjoint.f90.
|
virtual |
Definition at line 67 of file advection_adjoint.f90.