process_spectral_110_x_pair_bw Subroutine

public subroutine process_spectral_110_x_pair_bw(div_u, nz_h, nx, ny, x_sp_st, ax, bx)

Step 6 (backward): X paired even/odd recombine

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(inout), device, dimension(:, :, :) :: div_u
integer, intent(in), value :: nz_h
integer, intent(in), value :: nx
integer, intent(in), value :: ny
integer, intent(in), value :: x_sp_st
real(kind=dp), intent(in), device, dimension(:) :: ax
real(kind=dp), intent(in), device, dimension(:) :: bx

Called by

proc~~process_spectral_110_x_pair_bw~~CalledByGraph proc~process_spectral_110_x_pair_bw m_cuda_spectral::process_spectral_110_x_pair_bw proc~fft_postprocess_110_cuda m_cuda_poisson_fft::cuda_poisson_fft_t%fft_postprocess_110_cuda proc~fft_postprocess_110_cuda->proc~process_spectral_110_x_pair_bw