1 #ifndef WARPX_JFUNCTOR_H_
2 #define WARPX_JFUNCTOR_H_
27 bool convertRZmodes2cartesian=
true,
28 bool deposit_current=
false,
int ncomp=1);
38 void operator()(
amrex::MultiFab& mf_dst,
int dcomp,
int )
const override;
Functor to compute a diagnostic and store the result in existing MultiFab.
Definition: ComputeDiagFunctor.H:18
Functor to cell-center MF for current density and store result in mf_out.
Definition: JFunctor.H:13
bool m_convertRZmodes2cartesian
Definition: JFunctor.H:45
bool m_deposit_current
Definition: JFunctor.H:47
int m_lev
Definition: JFunctor.H:43
const int m_dir
Definition: JFunctor.H:41