1 #ifndef WARPX_MULTIDIAGNOSTICS_H_ 2 #define WARPX_MULTIDIAGNOSTICS_H_ 25 void ReadParameters ();
29 void FilterComputePackFlush (
int step,
bool force_flush=
false,
bool BackTransform=
false);
32 void FilterComputePackFlushLastTimestep (
int step);
37 void InitializeFieldFunctors (
int lev);
49 #endif // WARPX_MULTIDIAGNOSTICS_H_
std::vector< DiagTypes > diags_types
Definition: MultiDiagnostics.H:46
std::vector< std::string > diags_names
Definition: MultiDiagnostics.H:44
This class contains a vector of all diagnostics in the simulation.
Definition: MultiDiagnostics.H:20
DiagTypes
Definition: MultiDiagnostics.H:15
amrex::Vector< std::unique_ptr< Diagnostics > > alldiags
Definition: MultiDiagnostics.H:42