35 #ifndef NEKTAR_LIB_UTILIITIES_FFT_NEKFFTW_H 36 #define NEKTAR_LIB_UTILIITIES_FFT_NEKFFTW_H 50 template <
typename Dim,
typename DataType>
53 namespace LibUtilities
116 #endif //NEKTAR_LIB_UTILIITIES_FFT_NEKFFTW_H
Array< OneD, NekDouble > coef
Array< OneD, NekDouble > m_FFTW_w_inv
Array< OneD, NekDouble > phys
std::shared_ptr< NekFFTW > NekFFTWSharedPtr
Array< OneD, NekDouble > m_FFTW_w
virtual void v_FFTFwdTrans(Array< OneD, NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
static NektarFFTSharedPtr create(int N)
Creates an instance of this class.
virtual void v_FFTBwdTrans(Array< OneD, NekDouble > &inarray, Array< OneD, NekDouble > &outarray)
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
Array< OneD, NekDouble > m_wsp
void Reshuffle_FFTW2Nek(Array< OneD, NekDouble > &coef)
void Reshuffle_Nek2FFTW(Array< OneD, NekDouble > &coef)
static std::string className
Name of class.
std::shared_ptr< NektarFFT > NektarFFTSharedPtr