diff options
author | 2019-05-10 17:49:29 -0700 | |
---|---|---|
committer | 2019-05-10 17:49:29 -0700 | |
commit | 271eb52eafffdefb8dfc3bb43ee521094fbd5a74 (patch) | |
tree | a8f1a0eff4de4f5bc8987759f5dc38dcc0f03e7e /Source/Particles/MultiParticleContainer.H | |
parent | 383b9250d433472b809d6a7e6360133b9fd5892c (diff) | |
download | WarpX-271eb52eafffdefb8dfc3bb43ee521094fbd5a74.tar.gz WarpX-271eb52eafffdefb8dfc3bb43ee521094fbd5a74.tar.zst WarpX-271eb52eafffdefb8dfc3bb43ee521094fbd5a74.zip |
lab diags is a species argument. add comments
Diffstat (limited to 'Source/Particles/MultiParticleContainer.H')
-rw-r--r-- | Source/Particles/MultiParticleContainer.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Particles/MultiParticleContainer.H b/Source/Particles/MultiParticleContainer.H index 9291e0358..5a79443d0 100644 --- a/Source/Particles/MultiParticleContainer.H +++ b/Source/Particles/MultiParticleContainer.H @@ -153,6 +153,8 @@ public: void SetParticleBoxArray (int lev, amrex::BoxArray& new_ba); void SetParticleDistributionMap (int lev, amrex::DistributionMapping& new_dm); + void setSpeciesLabFrameDiags() const; + int nSpecies() const {return nspecies;} int nSpeciesDepositOnMainGrid () const { @@ -184,6 +186,9 @@ public: // Number of coefficients for the stencil of the NCI corrector. // The stencil is applied in the z direction only. static constexpr int nstencilz_fdtd_nci_corr=5; + int nspecies_lab_frame_diags = 0; + std::vector<int> map_species_lab_diags; + int do_boosted_frame_diags = 0; amrex::Vector<amrex::Array<amrex::Real, nstencilz_fdtd_nci_corr> > fdtd_nci_stencilz_ex; amrex::Vector<amrex::Array<amrex::Real, nstencilz_fdtd_nci_corr> > fdtd_nci_stencilz_by; |