diff options
author | 2020-02-03 13:34:22 -0800 | |
---|---|---|
committer | 2020-02-03 13:34:22 -0800 | |
commit | 0864af39eb38ef9b3d80688bcc05f20591d12d51 (patch) | |
tree | f75ed8fe8eb4e2a51c835e7df9247bb1b71294b3 /Source/Particles/RigidInjectedParticleContainer.H | |
parent | f8d47ad826c85f691473b03e191a1097685c52dd (diff) | |
parent | 3a15da410873a733ab77150089d665e513cc1d80 (diff) | |
download | WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.tar.gz WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.tar.zst WarpX-0864af39eb38ef9b3d80688bcc05f20591d12d51.zip |
Merge branch 'dev' into elementary_process
Diffstat (limited to 'Source/Particles/RigidInjectedParticleContainer.H')
-rw-r--r-- | Source/Particles/RigidInjectedParticleContainer.H | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Particles/RigidInjectedParticleContainer.H b/Source/Particles/RigidInjectedParticleContainer.H index 5e5749093..7ad7fd82e 100644 --- a/Source/Particles/RigidInjectedParticleContainer.H +++ b/Source/Particles/RigidInjectedParticleContainer.H @@ -68,11 +68,7 @@ public: amrex::Real dt, DtType a_dt_type=DtType::Full) override; - virtual void PushPX(WarpXParIter& pti, - amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& xp, - amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& yp, - amrex::Gpu::ManagedDeviceVector<amrex::ParticleReal>& zp, - amrex::Real dt, DtType a_dt_type=DtType::Full) override; + virtual void PushPX (WarpXParIter& pti, amrex::Real dt, DtType a_dt_type=DtType::Full) override; virtual void PushP (int lev, amrex::Real dt, const amrex::MultiFab& Ex, |