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