MCPcopy Create free account
hub / github.com/BLAST-WarpX/warpx / ScrapeParticlesAtEB

Method ScrapeParticlesAtEB

Source/Particles/MultiParticleContainer.cpp:1239–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237}
1238
1239void 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
1248void MultiParticleContainer::InitQED ()

Callers 1

Calls 2

scrapeParticlesAtEBFunction · 0.85
AbsorbClass · 0.85

Tested by

no test coverage detected