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

Compute the divergence of a vector field. More...

Public Member Functions

subroutine div_r4 (res, ux, uy, uz, coef)
 Compute the divergence of a vector field.
 
subroutine div_d (res_d, ux_d, uy_d, uz_d, coef)
 Compute the divergence of a vector field.
 

Detailed Description

Definition at line 85 of file operators.f90.

Member Function/Subroutine Documentation

◆ div_d()

subroutine operators::div::div_d ( type(c_ptr), intent(inout res_d,
type(c_ptr), intent(in ux_d,
type(c_ptr), intent(in uy_d,
type(c_ptr), intent(in uz_d,
type(coef_t), intent(in), target  coef 
)
Parameters
resHolds the resulting divergence values.
uxThe x component of the vector field.
uyThe y component of the vector field.
uzThe z component of the vector field.
coefThe SEM coefficients.

Definition at line 235 of file operators.f90.

Here is the call graph for this function:

◆ div_r4()

subroutine operators::div::div_r4 ( real(kind=rp), dimension(:,:,:,:), intent(inout), contiguous  res,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  ux,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  uy,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  uz,
type(coef_t), intent(in), target  coef 
)
Parameters
resHolds the resulting divergence values.
uxThe x component of the vector field.
uyThe y component of the vector field.
uzThe z component of the vector field.
coefThe SEM coefficients.

Definition at line 190 of file operators.f90.

Here is the call graph for this function:

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