diff options
author | 2020-01-30 16:13:23 -0800 | |
---|---|---|
committer | 2020-01-30 16:13:23 -0800 | |
commit | 5131dd11b09ffcaef5ab3359c9492d56264b663b (patch) | |
tree | 01032be675db6c72a5db9485993b3cbd1c3bbcbf /Source/Particles/MultiParticleContainer.H | |
parent | 880e9f745a8c3c28edd47dafa11a3d28745e97eb (diff) | |
parent | 5faed78bc3ce95b9366ddc94f0ccc6a4acaa853a (diff) | |
download | WarpX-5131dd11b09ffcaef5ab3359c9492d56264b663b.tar.gz WarpX-5131dd11b09ffcaef5ab3359c9492d56264b663b.tar.zst WarpX-5131dd11b09ffcaef5ab3359c9492d56264b663b.zip |
Merge pull request #665 from RemiLehe/remove_fortran_push_position
Remove fortran push position in electrostatic code
Diffstat (limited to 'Source/Particles/MultiParticleContainer.H')
-rw-r--r-- | Source/Particles/MultiParticleContainer.H | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/Particles/MultiParticleContainer.H b/Source/Particles/MultiParticleContainer.H index 8dd26ff60..65c13e39b 100644 --- a/Source/Particles/MultiParticleContainer.H +++ b/Source/Particles/MultiParticleContainer.H @@ -92,13 +92,6 @@ public: amrex::Real t, amrex::Real dt); /// - /// This pushes the particle positions by one half time step for all the species in the - /// MultiParticleContainer. It is used to desynchronize the particles after initializaton - /// or when restarting from a checkpoint. This is the electrostatic version. - /// - void PushXES (amrex::Real dt); - - /// /// This deposits the particle charge onto rho, accumulating the value for all the species /// in the MultiParticleContainer. rho is assumed to contain node-centered multifabs. /// This version is hard-coded for CIC deposition. @@ -139,7 +132,7 @@ public: /// /// This pushes the particle positions by one half time step for all the species in the /// MultiParticleContainer. It is used to desynchronize the particles after initializaton - /// or when restarting from a checkpoint. This is the electromagnetic version. + /// or when restarting from a checkpoint. /// void PushX (amrex::Real dt); |