WarpX
|
#include "SpectralFieldData_fwd.H"
#include "SpectralKSpace.H"
#include "Utils/WarpX_Complex.H"
#include <ablastr/math/fft/AnyFFT.H>
#include <AMReX_BaseFab.H>
#include <AMReX_Config.H>
#include <AMReX_Extension.H>
#include <AMReX_FabArray.H>
#include <AMReX_IndexType.H>
#include <AMReX_MultiFab.H>
#include <AMReX_Vector.H>
#include <AMReX_BaseFwd.H>
#include <vector>
Go to the source code of this file.
Classes | |
class | SpectralFieldIndex |
class | SpectralFieldData |
Class that stores the fields in spectral space, and performs the Fourier transforms between real space and spectral space. More... | |
Typedefs | |
using | SpectralField = amrex::FabArray< amrex::BaseFab< Complex > > |
using SpectralField = amrex::FabArray< amrex::BaseFab <Complex> > |