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

Method SetParticleDistributionMap

Source/Particles/MultiParticleContainer.cpp:966–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966void
967MultiParticleContainer::SetParticleDistributionMap (int lev, DistributionMapping& new_dm)
968{
969 for (auto& pc : allcontainers) {
970 pc->SetParticleDistributionMap(lev,new_dm);
971 }
972}
973
974/* \brief Continuous injection for particles initially outside of the domain.
975 * \param injection_box: Domain where new particles should be injected.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected