|
WarpX
|
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::rocfftErrorToString (const rocfft_status err) |
| This method converts a rocfftResult 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) |