process_spectral_110_poisson Subroutine

public subroutine process_spectral_110_poisson(div_u, waves, nz_h, nx, ny, nz, x_sp_st)

Step 4: Poisson solve — divide by waves

Arguments

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

Called by

proc~~process_spectral_110_poisson~~CalledByGraph proc~process_spectral_110_poisson m_cuda_spectral::process_spectral_110_poisson 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_poisson