1 #ifndef WARPX_RHOFUNCTOR_H_
2 #define WARPX_RHOFUNCTOR_H_
31 const int species_index = -1,
32 bool convertRZmodes2cartesian =
true,
41 virtual void operator() (
amrex::MultiFab& mf_dst,
const int dcomp,
const int )
const override;
Functor to compute a diagnostic and store the result in existing MultiFab.
Definition: ComputeDiagFunctor.H:15
Functor to compute charge density rho into mf_out.
Definition: RhoFunctor.H:13
const int m_species_index
Definition: RhoFunctor.H:49
bool m_convertRZmodes2cartesian
Definition: RhoFunctor.H:52
int const m_lev
Definition: RhoFunctor.H:46