7 #ifndef WARPX_BOUNDARYSCRAPINGDIAGNOSTICS_H_ 8 #define WARPX_BOUNDARYSCRAPINGDIAGNOSTICS_H_ 31 void ReadParameters ();
37 void Flush (
int i_buffer)
override;
45 bool DoDump (
int step,
int i_buffer,
bool force_flush=
false)
override;
50 bool DoComputeAndPack (
int step,
bool force_flush=
false)
override;
55 void InitializeBufferData (
int i_buffer,
int lev,
bool restart=
false)
override;
60 void InitializeFieldFunctors (
int lev)
override;
64 void InitializeParticleBuffer ()
override;
67 #endif // WARPX_BOUNDARYSCRAPINGDIAGNOSTICS_H_ Definition: BoundaryScrapingDiagnostics.H:17
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:102
i
Definition: check_interp_points_and_weights.py:174
string name
Definition: Stencil.py:485
utils::parser::IntervalsParser m_intervals
Definition: BoundaryScrapingDiagnostics.H:34
base class for diagnostics. Contains main routines to filter, compute and flush diagnostics.
Definition: Diagnostics.H:30