1 #ifndef WARPX_CELLCENTERFUNCTOR_H_ 2 #define WARPX_CELLCENTERFUNCTOR_H_ 27 bool convertRZmodes2cartesian=
true,
int ncomp=1);
37 virtual void operator()(
amrex::MultiFab& mf_dst,
int dcomp,
const int )
const override;
46 #endif // WARPX_CELLCENTERFUNCTOR_H_
int m_lev
Definition: CellCenterFunctor.H:41
Functor to cell-center MF and store result in mf_out.
Definition: CellCenterFunctor.H:11
bool m_convertRZmodes2cartesian
Definition: CellCenterFunctor.H:43
Functor to compute a diagnostic and store the result in existing MultiFab.
Definition: ComputeDiagFunctor.H:13