Stage 3 (backward): the dim2 paired recombination, then the dim3 and dim1 postprocess.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(inout), | device, dimension(:, :, :) | :: | div_u |
Divergence of velocity in spectral space |
|
| complex(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | mirror |
dim2 mirror of the local slab, and the single plane below it |
|
| complex(kind=dp), | intent(in), | device, dimension(:, :) | :: | mirror_plane | ||
| integer, | intent(in), | value | :: | nx_spec |
Grid size in spectral space |
|
| integer, | intent(in), | value | :: | ny_spec |
Grid size in spectral space |
|
| integer, | intent(in), | value | :: | y_sp_st |
Offset in the paired direction in the permuted slabs in spectral space |
|
| integer, | intent(in), | value | :: | nx |
Grid size |
|
| integer, | intent(in), | value | :: | nz |
Grid size |
|
| real(kind=dp), | intent(in), | device, dimension(:) | :: | ax | ||
| real(kind=dp), | intent(in), | device, dimension(:) | :: | bx | ||
| real(kind=dp), | intent(in), | device, dimension(:) | :: | ay | ||
| real(kind=dp), | intent(in), | device, dimension(:) | :: | by | ||
| real(kind=dp), | intent(in), | device, dimension(:) | :: | az | ||
| real(kind=dp), | intent(in), | device, dimension(:) | :: | bz |