diff options
author | 2020-05-25 11:47:03 -0700 | |
---|---|---|
committer | 2020-05-25 11:47:03 -0700 | |
commit | d9d9721d80ff2f6ceda3c1a6e32e9ab31b7f81c6 (patch) | |
tree | e9ad07be8e464344930ab0bdef5e8cb45c89ea4e /Source/Particles/PhysicalParticleContainer.H | |
parent | 0b411e8768bd7704d1d22bccf24a853e1918b581 (diff) | |
download | WarpX-d9d9721d80ff2f6ceda3c1a6e32e9ab31b7f81c6.tar.gz WarpX-d9d9721d80ff2f6ceda3c1a6e32e9ab31b7f81c6.tar.zst WarpX-d9d9721d80ff2f6ceda3c1a6e32e9ab31b7f81c6.zip |
Merge particle push (#1036)
* add functor for doing the tmp particles copy for the back-transformed diagnosti
* merge the particle push options into one kernel
* EOL
* fix assertion
* allow this functor to be constructed even it we aren't doing the back transformed diagnostics
* EOL
* init this val to 0.0
* put the push type selection in a device function so it can be reused
* EOL
* add docstring for the pusher selector function
* EOL
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.H')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.H b/Source/Particles/PhysicalParticleContainer.H index e1426a482..5e076a2b5 100644 --- a/Source/Particles/PhysicalParticleContainer.H +++ b/Source/Particles/PhysicalParticleContainer.H @@ -171,8 +171,6 @@ public: RealVector& uzp, RealVector& wp ); - void copy_attribs (WarpXParIter& pti); - virtual void PostRestart () final {} void SplitParticles (int lev); |