Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
operators::dudxyz Interface Reference

Compute derivative of a scalar field along a single direction. More...

Public Member Functions

subroutine dudxyz_r4 (du, u, dr, ds, dt, coef)
 Compute derivative of a scalar field along a single direction.
 
 opr_device_dudxyz
 
subroutine dudxyz_f (du, u, dr, ds, dt, coef)
 Compute derivative of a scalar field along a single direction.
 

Detailed Description

Definition at line 78 of file operators.f90.

Member Function/Subroutine Documentation

◆ dudxyz_f()

subroutine operators::dudxyz::dudxyz_f ( type(field_t), intent(inout du,
type(field_t), intent(in u,
type(field_t), intent(in dr,
type(field_t), intent(in ds,
type(field_t), intent(in dt,
type(coef_t), intent(in coef 
)
Parameters
duHolds the resulting derivative values.
uThe values of the field.
drThe derivative of r with respect to the chosen direction.
dsThe derivative of s with respect to the chosen direction.
dtThe derivative of t with respect to the chosen direction.
coefThe SEM coefficients.

Definition at line 167 of file operators.f90.

Here is the call graph for this function:

◆ dudxyz_r4()

subroutine operators::dudxyz::dudxyz_r4 ( real(kind=rp), dimension(:,:,:,:), intent(inout), contiguous  du,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  u,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  dr,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  ds,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  dt,
type(coef_t), intent(in coef 
)
Parameters
duHolds the resulting derivative values.
uThe values of the field.
drThe derivative of r with respect to the chosen direction.
dsThe derivative of s with respect to the chosen direction.
dtThe derivative of t with respect to the chosen direction.
coefThe SEM coefficients.

Definition at line 133 of file operators.f90.

Here is the call graph for this function:

◆ opr_device_dudxyz()

operators::dudxyz::opr_device_dudxyz

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