diff options
author | 2022-11-09 11:29:57 -0800 | |
---|---|---|
committer | 2022-11-09 19:29:57 +0000 | |
commit | 3e98c31a491fb438cb98692c7a62dbcdd717c39b (patch) | |
tree | f9da28c9351338b5253bf86b80561fc92ad9f09a /Source/Particles/WarpXParticleContainer.H | |
parent | 6beaa9fc0f5a68694d8dfbb70d6eae01446e4490 (diff) | |
download | WarpX-3e98c31a491fb438cb98692c7a62dbcdd717c39b.tar.gz WarpX-3e98c31a491fb438cb98692c7a62dbcdd717c39b.tar.zst WarpX-3e98c31a491fb438cb98692c7a62dbcdd717c39b.zip |
BTD: remove old/legacy back-transformed diagnostics (#3485)
* Start removing old BTD
* Remove GetCellCenteredData
* Remove do_backtransform_fields and do_backtransform_particles
* Remove more functions
* Remove more variables
* Update documentation
* Fix CI test `RigidInjection_BTD`
* Remove slicing from `BTD_ReducedSliceDiag`
* Rename `BTD_ReducedSliceDiag` as `LaserAcceleration_BTD`
* Query deprecated input and abort
Co-authored-by: Edoardo Zoni <ezoni@lbl.gov>
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r-- | Source/Particles/WarpXParticleContainer.H | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H index 6f0aaf8e8..cb5542025 100644 --- a/Source/Particles/WarpXParticleContainer.H +++ b/Source/Particles/WarpXParticleContainer.H @@ -137,11 +137,6 @@ public: virtual void PostRestart () = 0; - virtual void GetParticleSlice(const int /*direction*/, const amrex::Real /*z_old*/, - const amrex::Real /*z_new*/, const amrex::Real /*t_boost*/, - const amrex::Real /*t_lab*/, const amrex::Real /*dt*/, - DiagnosticParticles& /*diagnostic_particles*/) {} - void AllocData (); /** @@ -315,7 +310,6 @@ public: // split along diagonals (0) or axes (1) int split_type = 0; - int doBackTransformedDiagnostics () const { return do_back_transformed_diagnostics; } /** Whether back-transformed diagnostics need to be performed for a particular species. * * \param[in] do_back_transformed_particles The parameter to set if back-transformed particles are set to true/false @@ -408,7 +402,6 @@ protected: int do_resampling = 0; - int do_back_transformed_diagnostics = 1; /** Whether back-transformed diagnostics is turned on for the corresponding species.*/ bool m_do_back_transformed_particles = false; |