7 #ifndef WARPX_PARTICLES_COLLISION_BACKGROUNSTOPPING_H_ 8 #define WARPX_PARTICLES_COLLISION_BACKGROUNSTOPPING_H_ 49 void doBackgroundStoppingOnElectronsWithinTile (
WarpXParIter& pti, amrex::Real dt, amrex::Real t,
50 amrex::ParticleReal species_mass, amrex::ParticleReal species_charge);
61 void doBackgroundStoppingOnIonsWithinTile (
WarpXParIter& pti, amrex::Real dt, amrex::Real t,
62 amrex::ParticleReal species_mass, amrex::ParticleReal species_charge);
78 #endif // WARPX_PARTICLES_COLLISION_BACKGROUNSTOPPING_H_
amrex::Parser m_background_density_parser
Definition: BackgroundStopping.H:70
BackgroundStoppingType
Definition: BackgroundStopping.H:17
Definition: MultiParticleContainer.H:64
int dt
Definition: Stencil.py:468
amrex::ParticleReal m_background_charge_state
Definition: BackgroundStopping.H:67
amrex::Parser m_background_temperature_parser
Definition: BackgroundStopping.H:71
amrex::ParserExecutor< 4 > m_background_density_func
Definition: BackgroundStopping.H:73
BackgroundStoppingType m_background_type
Definition: BackgroundStopping.H:68
Definition: CollisionBase.H:17
Definition: WarpXParticleContainer.H:49
amrex::ParserExecutor< 4 > m_background_temperature_func
Definition: BackgroundStopping.H:74
amrex::ParticleReal m_background_mass
Definition: BackgroundStopping.H:66
Definition: BackgroundStopping.H:23