fft_forward_100_cuda Subroutine

public subroutine fft_forward_100_cuda(self, f)

Forward FFT for non-periodic-X case We transpose X<->Y so that the non-periodic direction becomes the "Y" direction in the transposed space, then use the same FFT approach as 010

Type Bound

cuda_poisson_fft_t

Arguments

Type IntentOptional Attributes Name
class(cuda_poisson_fft_t) :: self
class(field_t), intent(in) :: f

Calls

proc~~fft_forward_100_cuda~~CallsGraph proc~fft_forward_100_cuda m_cuda_poisson_fft::cuda_poisson_fft_t%fft_forward_100_cuda cufftexecd2z cufftexecd2z proc~fft_forward_100_cuda->cufftexecd2z cufftxtexecdescriptor cufftxtexecdescriptor proc~fft_forward_100_cuda->cufftxtexecdescriptor dim3 dim3 proc~fft_forward_100_cuda->dim3 interface~cufftexecr2c_c m_cuda_poisson_fft::cufftExecR2C_C proc~fft_forward_100_cuda->interface~cufftexecr2c_c proc~memcpy3d_with_transpose m_cuda_spectral::memcpy3D_with_transpose proc~fft_forward_100_cuda->proc~memcpy3d_with_transpose