diff options
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r-- | Source/Particles/WarpXParticleContainer.H | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H index cac1d9883..b1def39d3 100644 --- a/Source/Particles/WarpXParticleContainer.H +++ b/Source/Particles/WarpXParticleContainer.H @@ -81,14 +81,6 @@ public: WarpXParIter (ContainerType& pc, int level); -#if (AMREX_SPACEDIM == 2) - void GetPosition (amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& x, - amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& y, - amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& z) const; - void SetPosition (const amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& x, - const amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& y, - const amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& z); -#endif const std::array<RealVector, PIdx::nattribs>& GetAttribs () const { return GetStructOfArrays().GetRealData(); } @@ -379,8 +371,6 @@ protected: using DataContainer = amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>; using PairIndex = std::pair<int, int>; - amrex::Vector<DataContainer> m_xp, m_yp, m_zp; - // Whether to dump particle quantities. // If true, particle position is always dumped. int plot_species = 1; |