fft_forward_110_cuda Subroutine

public subroutine fft_forward_110_cuda(self, f)

Forward FFT for 110 case: transpose (nx,ny,nz)->(nz,nx,ny) then R2C

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_110_cuda~~CallsGraph proc~fft_forward_110_cuda m_cuda_poisson_fft::cuda_poisson_fft_t%fft_forward_110_cuda cufftexecd2z cufftexecd2z proc~fft_forward_110_cuda->cufftexecd2z dim3 dim3 proc~fft_forward_110_cuda->dim3 interface~cufftexecr2c_c m_cuda_poisson_fft::cufftExecR2C_C proc~fft_forward_110_cuda->interface~cufftexecr2c_c proc~transpose_xyz_to_zxy m_cuda_spectral::transpose_xyz_to_zxy proc~fft_forward_110_cuda->proc~transpose_xyz_to_zxy