8 #ifndef WARPX_DIAGNOSTICS_REDUCEDDIAGS_REDUCEDDIAGS_H_ 9 #define WARPX_DIAGNOSTICS_REDUCEDDIAGS_REDUCEDDIAGS_H_ 13 #include <AMReX_REAL.H> 29 std::string
m_path =
"./diags/reducedfiles/";
std::string m_path
output path (default)
Definition: ReducedDiags.H:29
This class is a parser for multiple slices of the form x,y,z,... where x, y and z are slices of the f...
Definition: IntervalsParser.H:82
std::string m_extension
output extension (default)
Definition: ReducedDiags.H:32
std::vector< amrex::Real > m_data
output data
Definition: ReducedDiags.H:47
std::string m_sep
separator in the output file
Definition: ReducedDiags.H:44
Definition: ReducedDiags.H:24
virtual void ComputeDiags(int step)=0
function to compute diags
std::string m_rd_name
diags name
Definition: ReducedDiags.H:35
ReducedDiags(std::string rd_name)
Definition: ReducedDiags.cpp:19
virtual ~ReducedDiags()=default
IntervalsParser m_intervals
output frequency
Definition: ReducedDiags.H:38
virtual void WriteToFile(int step) const
Definition: ReducedDiags.cpp:65
int m_IsNotRestart
check if it is a restart run
Definition: ReducedDiags.H:41