1 #ifndef WARPX_PARTPERGRIDFUNCTOR_H_ 2 #define WARPX_PARTPERGRIDFUNCTOR_H_ 6 #include <AMReX_BaseFwd.H> 24 const amrex::IntVect crse_ratio,
const int ncomp=1);
32 virtual void operator()(amrex::MultiFab& mf_dst,
const int dcomp,
const int )
const override;
37 #endif // WARPX_PARTPERGRIDFUNCTOR_H_ int const m_lev
Definition: PartPerGridFunctor.H:34
virtual void operator()(amrex::MultiFab &mf_dst, int dcomp, const int i_buffer=0) const =0
Functor to compute a diagnostic and store the result in existing MultiFab.
Definition: ComputeDiagFunctor.H:13
Functor to cell-center MF and store result in mf_out.
Definition: PartPerGridFunctor.H:11