diff options
Diffstat (limited to '')
-rw-r--r-- | Source/WarpX.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 07bd268d8..a45d27583 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -778,6 +778,10 @@ public: void SyncRho (); + void SyncRho ( + const amrex::Vector<std::unique_ptr<amrex::MultiFab>>& charge_fp, + const amrex::Vector<std::unique_ptr<amrex::MultiFab>>& charge_cp); + amrex::Vector<int> getnsubsteps () const {return nsubsteps;} int getnsubsteps (int lev) const {return nsubsteps[lev];} amrex::Vector<int> getistep () const {return istep;} |