aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralFieldData.H
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-06-06 16:54:16 -0700
committerGravatar GitHub <noreply@github.com> 2019-06-06 16:54:16 -0700
commit50f4b79bcb5af67757e7487ac41fa6dbb51ca735 (patch)
tree88dcc1af385ea676782bb96327192679d9b2432a /Source/FieldSolver/SpectralSolver/SpectralFieldData.H
parent6faec7af00055eb58000967f2aa6415516533a34 (diff)
parent2569bcd08921227bedc7ccdb1018a5614ab31610 (diff)
downloadWarpX-50f4b79bcb5af67757e7487ac41fa6dbb51ca735.tar.gz
WarpX-50f4b79bcb5af67757e7487ac41fa6dbb51ca735.tar.zst
WarpX-50f4b79bcb5af67757e7487ac41fa6dbb51ca735.zip
Merge pull request #177 from RevathiJambunathan/spectral_cufftOnGPU
Spectral cufft on gpu
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralFieldData.H')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralFieldData.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H
index 8e58aa1d8..7954414b8 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralFieldData.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralFieldData.H
@@ -25,7 +25,7 @@ class SpectralFieldData
// (plans are only initialized for the boxes that are owned by
// the local MPI rank)
#ifdef AMREX_USE_GPU
- // Add cuFFT-specific code
+ using FFTplans = amrex::LayoutData<cufftHandle>;
#else
using FFTplans = amrex::LayoutData<fftw_plan>;
#endif