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

Computes the source term at a single point. More...

Private Member Functions

subroutine fluid_source_compute_pointwise (u, v, w, j, k, l, e, t)
 

Detailed Description

Parameters
uThe source value of the x component.
vThe source value of the v component.
wThe source value of the w component.
jThe x-index of GLL point.
kThe y-index of GLL point.
lThe z-index of GLL point.
eThe index of element.
tThe time value.

Definition at line 115 of file fluid_user_source_term.f90.

Constructor & Destructor Documentation

◆ fluid_source_compute_pointwise()

subroutine fluid_user_source_term::fluid_source_compute_pointwise::fluid_source_compute_pointwise ( real(kind=rp), intent(inout)  u,
real(kind=rp), intent(inout)  v,
real(kind=rp), intent(inout)  w,
integer, intent(in)  j,
integer, intent(in)  k,
integer, intent(in)  l,
integer, intent(in)  e,
real(kind=rp), intent(in)  t 
)
private

Definition at line 115 of file fluid_user_source_term.f90.


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