Neko  0.8.99
A portable framework for high-order spectral element flow simulations
advection::compute_scalar_adv Interface Reference

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)
 

Detailed Description

Parameters
thisThe object.
vxThe x component of velocity.
vyThe y component of velocity.
vzThe z component of velocity.
sThe scalar.
fsThe source term.
XhThe function space.
coefThe coefficients of the (Xh, mesh) pair.
nTypically the size of the mesh.
dtCurrent time step used in OIFS method.

Definition at line 122 of file advection.f90.

Constructor & Destructor Documentation

◆ compute_scalar_adv()

subroutine advection::compute_scalar_adv::compute_scalar_adv ( class(advection_t), intent(inout)  this,
type(field_t), intent(inout)  vx,
type(field_t), intent(inout)  vy,
type(field_t), intent(inout)  vz,
type(field_t), intent(inout)  s,
type(field_t), intent(inout)  fs,
type(space_t), intent(inout)  Xh,
type(coef_t), intent(inout)  coef,
integer, intent(in)  n,
real(kind=rp), intent(in), optional  dt 
)
private

Definition at line 122 of file advection.f90.


The documentation for this interface was generated from the following file: