ARTEMIS
BoundaryScrapingDiagnostics.H
Go to the documentation of this file.
1 /* Copyright 2022 Remi Lehe
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 #ifndef WARPX_BOUNDARYSCRAPINGDIAGNOSTICS_H_
8 #define WARPX_BOUNDARYSCRAPINGDIAGNOSTICS_H_
9 
10 #include "Diagnostics.H"
12 
13 #include <string>
14 
17 class
19 {
20 public:
21 
27  BoundaryScrapingDiagnostics (int i, std::string name);
28 
29 private:
31  void ReadParameters ();
32 
35 
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;
65 
66 };
67 #endif // WARPX_BOUNDARYSCRAPINGDIAGNOSTICS_H_
Definition: BoundaryScrapingDiagnostics.H:19
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:31
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:103
i
Definition: check_interp_points_and_weights.py:174
string name
Definition: stencil.py:452