| 1237 | } |
| 1238 | |
| 1239 | void MultiParticleContainer::ScrapeParticlesAtEB ( |
| 1240 | ablastr::fields::MultiLevelScalarField const& distance_to_eb) |
| 1241 | { |
| 1242 | for (auto& pc : allcontainers) { |
| 1243 | scrapeParticlesAtEB(*pc, distance_to_eb, ParticleBoundaryProcess::Absorb()); |
| 1244 | } |
| 1245 | } |
| 1246 | |
| 1247 | #ifdef WARPX_QED |
| 1248 | void MultiParticleContainer::InitQED () |
no test coverage detected