1 #ifndef WARPX_FLUSHFORMATCHECKPOINT_H_ 2 #define WARPX_FLUSHFORMATCHECKPOINT_H_ 8 #include <AMReX_Geometry.H> 9 #include <AMReX_Vector.H> 11 #include <AMReX_BaseFwd.H> 19 const amrex::Vector<std::string> varnames,
20 const amrex::Vector<amrex::MultiFab>& mf,
21 amrex::Vector<amrex::Geometry>& geom,
22 const amrex::Vector<int> iteration,
const double time,
23 const amrex::Vector<ParticleDiag>& particle_diags,
int nlev,
24 const std::string prefix,
int file_min_digits,
26 bool plot_raw_fields_guards,
27 bool plot_raw_rho,
bool plot_raw_F,
28 bool isBTD =
false,
int snapshotID = -1,
29 const amrex::Geometry& full_BTD_snapshot = amrex::Geometry(),
30 bool isLastBTDFlush =
false)
const override final;
33 const amrex::Vector<ParticleDiag>& particle_diags)
const;
35 void WriteDMaps (
const std::string& dir,
int nlev)
const;
38 #endif // WARPX_FLUSHFORMATCHECKPOINT_H_