1 #ifndef WARPX_RHOFUNCTOR_H_ 2 #define WARPX_RHOFUNCTOR_H_ 28 const amrex::IntVect crse_ratio,
29 const int species_index = -1,
30 bool convertRZmodes2cartesian =
true,
39 virtual void operator() ( amrex::MultiFab& mf_dst,
const int dcomp,
const int )
const override;
53 #endif // WARPX_RHOFUNCTOR_H_ int const m_lev
Definition: RhoFunctor.H:44
Functor to compute charge density rho into mf_out.
Definition: RhoFunctor.H:9
const int m_species_index
Definition: RhoFunctor.H:47
bool m_convertRZmodes2cartesian
Definition: RhoFunctor.H:50
Functor to compute a diagnostic and store the result in existing MultiFab.
Definition: ComputeDiagFunctor.H:11