Skip to content

Commit

Permalink
WarpX class: remove declaration of two unimplemented functions (#5670)
Browse files Browse the repository at this point in the history
`AverageAndPackFields` and `prepareFields` are not implemented.
Therefore, this PR removes their declaration from the WarpX header.
  • Loading branch information
lucafedeli88 authored Feb 19, 2025
1 parent 8d285a8 commit bf4bd4a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/WarpX.H
Original file line number Diff line number Diff line change
Expand Up @@ -756,14 +756,6 @@ public:
[[nodiscard]] amrex::Real stopTime () const {return stop_time;}
void updateStopTime (const amrex::Real new_stop_time) {stop_time = new_stop_time;}

void AverageAndPackFields( amrex::Vector<std::string>& varnames,
amrex::Vector<amrex::MultiFab>& mf_avg, amrex::IntVect ngrow) const;

void prepareFields( int step, amrex::Vector<std::string>& varnames,
amrex::Vector<amrex::MultiFab>& mf_avg,
amrex::Vector<const amrex::MultiFab*>& output_mf,
amrex::Vector<amrex::Geometry>& output_geom ) const;

static std::array<amrex::Real,3> CellSize (int lev);
static amrex::XDim3 InvCellSize (int lev);
static amrex::RealBox getRealBox(const amrex::Box& bx, int lev);
Expand Down

0 comments on commit bf4bd4a

Please sign in to comment.