Post-processes for Dirichlet BC in X and Y, periodic in Z
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(inout), | device, dimension(:, :, :) | :: | div_u | ||
| complex(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | waves | ||
| integer, | intent(in), | value | :: | nx_spec | ||
| integer, | intent(in), | value | :: | ny_spec | ||
| integer, | intent(in), | value | :: | x_sp_st | ||
| integer, | intent(in), | value | :: | y_sp_st | ||
| integer, | intent(in), | value | :: | nx | ||
| integer, | intent(in), | value | :: | ny | ||
| integer, | intent(in), | value | :: | nz | ||
| 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 |