1 #ifndef WARPX_FLUSHFORMAT_H_ 2 #define WARPX_FLUSHFORMAT_H_ 15 const amrex::Vector<std::string> varnames,
16 const amrex::Vector<amrex::MultiFab>& mf,
17 amrex::Vector<amrex::Geometry>& geom,
18 const amrex::Vector<int> iteration,
const double time,
19 const amrex::Vector<ParticleDiag>& particle_diags,
int nlev,
20 const std::string prefix,
const int file_min_digits,
22 bool plot_raw_fields_guards,
23 bool plot_raw_rho,
bool plot_raw_F,
24 bool isBTD =
false,
int snapshotID = -1,
25 const amrex::Geometry& full_BTD_snapshot = amrex::Geometry(),
26 bool isLastBTDFlush =
false)
const = 0;
31 #endif // WARPX_FLUSHFORMAT_H_