|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
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. | |
Definition at line 85 of file operators.f90.
| 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 | ||
| ) |
| res | Holds the resulting divergence values. |
| ux | The x component of the vector field. |
| uy | The y component of the vector field. |
| uz | The z component of the vector field. |
| coef | The SEM coefficients. |
Definition at line 235 of file operators.f90.

| 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 | ||
| ) |
| res | Holds the resulting divergence values. |
| ux | The x component of the vector field. |
| uy | The y component of the vector field. |
| uz | The z component of the vector field. |
| coef | The SEM coefficients. |
Definition at line 190 of file operators.f90.
