1 #ifndef WARPX_MULTIDIAGNOSTICS_H_ 2 #define WARPX_MULTIDIAGNOSTICS_H_ 8 #include <AMReX_Vector.H> 25 void ReadParameters ();
29 void FilterComputePackFlush (
int step,
bool force_flush=
false);
32 void FilterComputePackFlushLastTimestep (
int step);
37 void InitializeFieldFunctors (
int lev);
42 amrex::Vector<std::unique_ptr<Diagnostics> >
alldiags;
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