From 557e9ce91abd8a56c16be474c7fcc8da9ee14bf5 Mon Sep 17 00:00:00 2001 From: "Eya D." <81635404+EyaDammak@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:06:35 +0100 Subject: [PATCH] Update PlasmaParticleContainer.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maxence Thévenet --- src/particles/plasma/PlasmaParticleContainer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/particles/plasma/PlasmaParticleContainer.cpp b/src/particles/plasma/PlasmaParticleContainer.cpp index 5daae6fcbb..7aa15fbef5 100644 --- a/src/particles/plasma/PlasmaParticleContainer.cpp +++ b/src/particles/plasma/PlasmaParticleContainer.cpp @@ -537,6 +537,7 @@ LaserIonization (const int islice, // This kernel supports multiple deposition orders (0, 1, 2, 3) at compile time // and calculates ionization probability. If ionization occurs, it increments // `p_num_new_electrons` to calculate the number of ionized electrons. + // It also constructs a mask with 1 boolean per macro-ion: 1 if ionized, 0 otherwise. amrex::AnyCTO( amrex::TypeList< amrex::CompileTimeOptions<0, 1, 2, 3>