1 #ifndef WARPX_PARTPERCELLFUNCTOR_H_ 2 #define WARPX_PARTPERCELLFUNCTOR_H_ 22 const amrex::IntVect crse_ratio,
const int ncomp=1);
30 virtual void operator()(amrex::MultiFab& mf_dst,
const int dcomp,
const int )
const override;
35 #endif // WARPX_PARTPERCELLFUNCTOR_H_ int const m_lev
Definition: PartPerCellFunctor.H:32
Functor to compute a diagnostic and store the result in existing MultiFab.
Definition: ComputeDiagFunctor.H:11
Functor to cell-center MF and store result in mf_out.
Definition: PartPerCellFunctor.H:9