Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
fluid_user_source_term::fluid_source_compute_pointwise Interface Reference

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

Public 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 
)
virtual

Definition at line 115 of file fluid_user_source_term.f90.


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