Compute derivative of a scalar field along a single direction.
More...
|
| 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.
|
| |
Definition at line 78 of file operators.f90.
◆ 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
-
| du | Holds the resulting derivative values. |
| u | The values of the field. |
| dr | The derivative of r with respect to the chosen direction. |
| ds | The derivative of s with respect to the chosen direction. |
| dt | The derivative of t with respect to the chosen direction. |
| coef | The SEM coefficients. |
Definition at line 167 of file operators.f90.
◆ 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
-
| du | Holds the resulting derivative values. |
| u | The values of the field. |
| dr | The derivative of r with respect to the chosen direction. |
| ds | The derivative of s with respect to the chosen direction. |
| dt | The derivative of t with respect to the chosen direction. |
| coef | The SEM coefficients. |
Definition at line 133 of file operators.f90.
◆ opr_device_dudxyz()
| operators::dudxyz::opr_device_dudxyz |
The documentation for this interface was generated from the following file: