diff options
author | 2019-07-26 14:05:14 -0700 | |
---|---|---|
committer | 2019-07-26 14:05:14 -0700 | |
commit | 1b67c15a76868332487c203562ab3e824d2f2e65 (patch) | |
tree | 68a40bc220cd7d77e36ef6a38ffc3ce1c162d912 /Source/Particles/MultiParticleContainer.H | |
parent | c51759f954fc58b15efeeb492e56d1f58ce6b892 (diff) | |
download | WarpX-1b67c15a76868332487c203562ab3e824d2f2e65.tar.gz WarpX-1b67c15a76868332487c203562ab3e824d2f2e65.tar.zst WarpX-1b67c15a76868332487c203562ab3e824d2f2e65.zip |
get rid of Fortran field gather except for RZ
Diffstat (limited to 'Source/Particles/MultiParticleContainer.H')
-rw-r--r-- | Source/Particles/MultiParticleContainer.H | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Particles/MultiParticleContainer.H b/Source/Particles/MultiParticleContainer.H index 76e3c44bc..7c9ede411 100644 --- a/Source/Particles/MultiParticleContainer.H +++ b/Source/Particles/MultiParticleContainer.H @@ -84,9 +84,10 @@ public: /// Performs the field gather operation using the input fields E and B, for all the species /// in the MultiParticleContainer. This is the electromagnetic version of the field gather. /// - void FieldGatherFortran (int lev, - const amrex::MultiFab& Ex, const amrex::MultiFab& Ey, const amrex::MultiFab& Ez, - const amrex::MultiFab& Bx, const amrex::MultiFab& By, const amrex::MultiFab& Bz); + void FieldGather (int lev, + const amrex::MultiFab& Ex, const amrex::MultiFab& Ey, + const amrex::MultiFab& Ez, const amrex::MultiFab& Bx, + const amrex::MultiFab& By, const amrex::MultiFab& Bz); /// /// This evolves all the particles by one PIC time step, including current deposition, the |