|
ARTEMIS
|
#include <ParticleExtrema.H>
Classes | |
| struct | aux_header_index |
| auxiliary structure to store headers and indices of the reduced diagnostics More... | |
Public Member Functions | |
| ParticleExtrema (std::string rd_name) | |
| void | ComputeDiags (int step) override final |
Public Member Functions inherited from ReducedDiags | |
| ReducedDiags (std::string rd_name) | |
| virtual | ~ReducedDiags ()=default |
| virtual void | InitData () |
| virtual void | LoadBalance () |
| virtual void | WriteToFile (int step) const |
| void | BackwardCompatibility () |
Public Attributes | |
| std::string | m_species_name |
| name of species More... | |
Public Attributes inherited from ReducedDiags | |
| std::string | m_path = "./diags/reducedfiles/" |
| output path (default) More... | |
| std::string | m_extension = "txt" |
| output extension (default) More... | |
| std::string | m_rd_name |
| diags name More... | |
| utils::parser::IntervalsParser | m_intervals |
| output intervals More... | |
| int | m_IsNotRestart = 1 |
| check if it is a restart run More... | |
| std::string | m_sep = " " |
| separator in the output file More... | |
| std::vector< amrex::Real > | m_data |
| output data More... | |
Private Attributes | |
| std::map< std::string, aux_header_index > | m_headers_indices |
| map to store header texts and indices of the reduced diagnostics More... | |
This class mainly contains a function that computes the particle extrema of each species.
| ParticleExtrema::ParticleExtrema | ( | std::string | rd_name | ) |
constructor
| [in] | rd_name | reduced diags names |
|
finaloverridevirtual |
This funciton computes the particle extrema
| [in] | step | current time step |
Implements ReducedDiags.
|
private |
map to store header texts and indices of the reduced diagnostics
| std::string ParticleExtrema::m_species_name |
name of species