You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestParticleContainer = amrex::AmrParticleContainer<3, 1>;
// some operations to add particles at level 1 but keep level 0 empty
auto &particles = TestParticleContainer->GetParticles(0);