1 #ifndef WARPX_FLUSHFORMAT_H_ 2 #define WARPX_FLUSHFORMAT_H_ 12 const amrex::Vector<std::string> varnames,
13 const amrex::Vector<amrex::MultiFab>& mf,
14 amrex::Vector<amrex::Geometry>& geom,
15 const amrex::Vector<int> iteration,
const double time,
16 const amrex::Vector<ParticleDiag>& particle_diags,
int nlev,
17 const std::string prefix,
19 bool plot_raw_fields_guards,
20 bool plot_raw_rho,
bool plot_raw_F)
const = 0;
25 #endif // WARPX_FLUSHFORMAT_H_