diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index c0ab7495f..048bba747 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -399,6 +399,13 @@ private: amrex::Vector<std::array< std::unique_ptr<amrex::MultiFab>, 3 > > current_buf; amrex::Vector<std::unique_ptr<amrex::MultiFab> > charge_buf; + amrex::Vector<std::array<std::unique_ptr<amrex::iMultiFab>, 3 > > current_fp_owner_masks; + amrex::Vector<std::array<std::unique_ptr<amrex::iMultiFab>, 3 > > current_cp_owner_masks; + + amrex::Vector<std::unique_ptr<amrex::iMultiFab> > rho_fp_owner_masks; + amrex::Vector<std::unique_ptr<amrex::iMultiFab> > rho_cp_owner_masks; + + // div E cleaning int do_dive_cleaning = 0; |