|
WarpX
|
#include "AnyFFT.H"#include "ablastr/utils/TextMsg.H"#include "ablastr/profiler/ProfilerWrapper.H"Namespaces | |
| namespace | ablastr |
| namespace | ablastr::math |
| namespace | 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. | |
| 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 |