aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.H
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-04-18 11:26:51 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-04-18 11:26:51 -0700
commit5ed1a16ace5ed9d32e18e25b23ef87996679b4dc (patch)
tree110be73bd454bf2a673e2aa73b26b16cea29865c /Source/Particles/MultiParticleContainer.H
parentbe0cbe26c1914f14e059be84b546934a3933ab85 (diff)
parentae239587668bbadc742ce5992afc6d6f814c5a3c (diff)
downloadWarpX-5ed1a16ace5ed9d32e18e25b23ef87996679b4dc.tar.gz
WarpX-5ed1a16ace5ed9d32e18e25b23ef87996679b4dc.tar.zst
WarpX-5ed1a16ace5ed9d32e18e25b23ef87996679b4dc.zip
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Source/Particles/MultiParticleContainer.H')
-rw-r--r--Source/Particles/MultiParticleContainer.H8
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/Particles/MultiParticleContainer.H b/Source/Particles/MultiParticleContainer.H
index b21247ff6..b0968b0cc 100644
--- a/Source/Particles/MultiParticleContainer.H
+++ b/Source/Particles/MultiParticleContainer.H
@@ -127,10 +127,12 @@ public:
///
std::unique_ptr<amrex::MultiFab> GetChargeDensity(int lev, bool local = false);
- void Checkpoint (const std::string& dir,
- bool is_checkpoint,
- const amrex::Vector<std::string>& varnames = amrex::Vector<std::string>()) const;
+ void Checkpoint (const std::string& dir) const;
+ void WritePlotFile( const std::string& dir,
+ const amrex::Vector<int>& real_flags,
+ const amrex::Vector<std::string>& real_names) const;
+
void Restart (const std::string& dir);
void PostRestart ();