diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index c194e1038..de3a28a77 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -13,6 +13,7 @@ #include <AMReX_BLProfiler.H> #include <AMReX_Print.H> #include <AMReX_RealVect.H> +#include <AMReX_VisMF.H> #include <ParticleContainer.H> #include <WarpXPML.H> @@ -102,6 +103,7 @@ public: void ComputeDt (); void MoveWindow (bool move_j); + void UpdatePlasmaInjectionPosition (Real dt); void EvolveE ( amrex::Real dt, DtType typ); void EvolveE (int lev, amrex::Real dt, DtType typ); @@ -381,6 +383,14 @@ private: bool plot_raw_fields = false; bool plot_raw_fields_guards = false; + amrex::VisMF::Header::Version checkpoint_headerversion = amrex::VisMF::Header::NoFabHeader_v1; + amrex::VisMF::Header::Version plot_headerversion = amrex::VisMF::Header::Version_v1; + bool use_single_read = true; + bool use_single_write = true; + int mffile_nstreams = 4; + int field_io_nfiles = 1024; + int particle_io_nfiles = 1024; + amrex::RealVect fine_tag_lo; amrex::RealVect fine_tag_hi; |