Go to the documentation of this file.
8 #ifndef WARPX_COMPLEX_H_
9 #define WARPX_COMPLEX_H_
11 #ifdef WARPX_USE_PSATD
24 #ifdef WARPX_USE_PSATD
26 "The complex type in WarpX and the FFT library do not match.");
29 static_assert(
sizeof(
Complex) ==
sizeof(amrex::Real[2]),
30 "Unexpected complex type.");
fftw_complex Complex
Definition: AnyFFT.H:59