|
WarpX
|
#include "AnyFFT.H"#include "ablastr/utils/TextMsg.H"#include "ablastr/profiler/ProfilerWrapper.H"#include <complex>#include <cstdint>Namespaces | |
| namespace | ablastr |
| namespace | ablastr::math |
| namespace | ablastr::math::anyfft |
Functions | |
| void | ablastr::math::anyfft::setup () |
| void | ablastr::math::anyfft::cleanup () |
| 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) |