|
ImpactX
|
Namespaces | |
| namespace | spacecharge |
| namespace | wakefields |
Functions | |
| ParticleBC | get_particle_boundary_condition () |
| void | ParticleBoundary (ImpactXParticleContainer &pc) |
| AMREX_ENUM (ParticleBC, open, periodic, absorbing, reflecting) | |
| impactx::particles::AMREX_ENUM | ( | ParticleBC | , |
| open | , | ||
| periodic | , | ||
| absorbing | , | ||
| reflecting | ) |
Boundary conditions for the particle bucket
| ParticleBC impactx::particles::get_particle_boundary_condition | ( | ) |
Check boundary option and set default (open) if unset
| void impactx::particles::ParticleBoundary | ( | ImpactXParticleContainer & | pc | ) |
Function to apply longitudinal particle boundary (periodic, etc.)
See ParticleBC.
| [in,out] | pc | the particle species container |