1 #ifndef WARPX_MULTIDIAGNOSTICS_H_ 2 #define WARPX_MULTIDIAGNOSTICS_H_ 18 void ReadParameters ();
22 void FilterComputePackFlush (
int step,
bool force_flush=
false);
27 void InitializeFieldFunctors (
int lev);
32 amrex::Vector<std::unique_ptr<Diagnostics> >
alldiags;
39 #endif // WARPX_MULTIDIAGNOSTICS_H_
std::vector< DiagTypes > diags_types
Definition: MultiDiagnostics.H:36
std::vector< std::string > diags_names
Definition: MultiDiagnostics.H:34
This class contains a vector of all diagnostics in the simulation.
Definition: MultiDiagnostics.H:13
DiagTypes
Definition: MultiDiagnostics.H:8
amrex::Vector< std::unique_ptr< Diagnostics > > alldiags
Definition: MultiDiagnostics.H:32