WarpX
|
#include "FlushFormat.H"
#include "Diagnostics/ParticleDiag/ParticleDiag_fwd.H"
#include <AMReX_Geometry.H>
#include <AMReX_Vector.H>
#include <AMReX_BaseFwd.H>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | FlushFormatPlotfile |
This class aims at dumping diags data to disk using the AMReX Plotfile format. In particular, function WriteToFile takes fields and particles as input arguments, and writes data to file. More... | |