| 964 | } |
| 965 | |
| 966 | void |
| 967 | MultiParticleContainer::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. |
no outgoing calls
no test coverage detected