WarpX
Namespaces | Functions | Variables
WrapCuFFT.cpp File Reference
#include "AnyFFT.H"
#include "ablastr/utils/TextMsg.H"
#include "ablastr/profiler/ProfilerWrapper.H"

Namespaces

 ablastr
 
 ablastr::math
 
 ablastr::math::anyfft
 

Functions

void ablastr::math::anyfft::setup ()
 
void ablastr::math::anyfft::cleanup ()
 
std::string ablastr::math::anyfft::cufftErrorToString (const cufftResult &err)
 This method converts a cufftResult into the corresponding string. More...
 
FFTplan ablastr::math::anyfft::CreatePlan (const amrex::IntVect &real_size, amrex::Real *const real_array, Complex *const complex_array, const direction dir, const int dim)
 
void ablastr::math::anyfft::DestroyPlan (FFTplan &fft_plan)
 
void ablastr::math::anyfft::Execute (FFTplan &fft_plan)
 

Variables

cufftType ablastr::math::anyfft::VendorR2C = CUFFT_D2Z
 
cufftType ablastr::math::anyfft::VendorC2R = CUFFT_Z2D