diff options
Diffstat (limited to 'Source/WarpX.H')
-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 b448866e4..48c08e06d 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -285,6 +285,10 @@ private: std::unique_ptr<amrex::MultiFab> GetCellCenteredData(); + std::array<std::unique_ptr<amrex::MultiFab>, 3> getInterpolatedE(int lev) const; + + std::array<std::unique_ptr<amrex::MultiFab>, 3> getInterpolatedB(int lev) const; + static void PackPlotDataPtrs (amrex::Vector<const amrex::MultiFab*>& pmf, const std::array<std::unique_ptr<amrex::MultiFab>,3>& data); |