WarpX
ParticleExtrema.H
Go to the documentation of this file.
1 /* Copyright 2019-2020 Yinjian Zhao
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 
8 #ifndef WARPX_DIAGNOSTICS_REDUCEDDIAGS_PARTICLEEXTREMA_H_
9 #define WARPX_DIAGNOSTICS_REDUCEDDIAGS_PARTICLEEXTREMA_H_
10 
11 #include "ReducedDiags.H"
12 
13 #include <string>
14 
20 {
21 public:
22 
27  ParticleExtrema(std::string rd_name);
28 
30  std::string m_species_name;
31 
37  void ComputeDiags(int step) override final;
38 
39 };
40 
41 #endif
Definition: ParticleExtrema.H:19
Definition: ReducedDiags.H:23
std::string m_species_name
name of species
Definition: ParticleExtrema.H:30
ParticleExtrema(std::string rd_name)
Definition: ParticleExtrema.cpp:57
void ComputeDiags(int step) override final
Definition: ParticleExtrema.cpp:166