1 #ifndef WARPX_FLUSHFORMATSENSEI_H_ 2 #define WARPX_FLUSHFORMATSENSEI_H_ 7 #if defined(AMREX_USE_SENSEI_INSITU) 11 using AmrMeshParticleInSituBridge = void;
49 virtual void WriteToFile (
55 const std::string prefix,
int file_min_digits,
57 bool plot_raw_fields_guards,
58 const bool use_pinned_pc =
false,
59 bool isBTD =
false,
int snapshotID = -1,
60 int bufferID = 1,
int numBuffers = 1,
62 bool isLastBTDFlush =
false,
72 int m_insitu_pin_mesh = 0;
73 amrex::AmrMeshParticleInSituBridge * m_insitu_bridge =
nullptr;
77 #endif // WARPX_FLUSHFORMATSENSEI_H_