diff options
author | 2020-09-25 10:27:28 +0200 | |
---|---|---|
committer | 2020-09-25 10:27:28 +0200 | |
commit | fc898a05abd9fc2cba6f087e865415379174bab9 (patch) | |
tree | db6dd209d3a10a894badfd657bca64b62e10d4d2 /Source/Particles/MultiParticleContainer.H | |
parent | 6f0fbb9a685717070ffbf363d96a81343890526c (diff) | |
download | WarpX-fc898a05abd9fc2cba6f087e865415379174bab9.tar.gz WarpX-fc898a05abd9fc2cba6f087e865415379174bab9.tar.zst WarpX-fc898a05abd9fc2cba6f087e865415379174bab9.zip |
Add CI test and documentation for leveling thinning algorithm (#1327)
* First working version of tests
* Add comments to test
* Add test in WarpX-test.ini and initial checksum json file
* Add resampling to input parameters doc
* Uncomment lines about checksum in analysis script + Fix minor typos
* Add momentum in plotfiles (for checksum) + Fix minor typoes
* Remove particle_theta from checksum json file
* Remove rho from checksum json file
* Fix syntax error in checksum json file
* Add benchmark values
* Update Docs/source/running_cpp/parameters.rst
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
* Have one Resampling object per species
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
Diffstat (limited to 'Source/Particles/MultiParticleContainer.H')
-rw-r--r-- | Source/Particles/MultiParticleContainer.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/MultiParticleContainer.H b/Source/Particles/MultiParticleContainer.H index 6d11d53f9..73a8207bd 100644 --- a/Source/Particles/MultiParticleContainer.H +++ b/Source/Particles/MultiParticleContainer.H @@ -277,8 +277,6 @@ protected: std::vector<PCTypes> species_types; - Resampling m_resampler; - /** Whether to absorb particles exiting the domain */ ParticleBC m_boundary_conditions = ParticleBC::none; |