WarpX
|
Namespaces | |
ablastr | |
ablastr::math | |
ablastr::math::anyfft | |
Functions | |
void | ablastr::math::anyfft::setup () |
void | ablastr::math::anyfft::cleanup () |
std::string | ablastr::math::anyfft::rocfftErrorToString (const rocfft_status err) |
This method converts a rocfftResult 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) |