Hipace
|
Namespaces | |
AnyFFT | |
Wrapper around multiple FFT libraries. | |
Functions | |
FFTplan | AnyFFT::CreatePlan (const amrex::IntVect &real_size, amrex::Real *const real_array, Complex *const complex_array, const direction dir) |
create FFT plan for the backend FFT library. More... | |
void | AnyFFT::DestroyPlan (FFTplan &fft_plan) |
Destroy library FFT plan. More... | |
void | AnyFFT::Execute (FFTplan &fft_plan) |
Perform FFT with backend library. More... | |