|
BioCMAMC-ST
|
#include <move_kernel.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION MoveLeaveTally & | operator+= (const MoveLeaveTally &other) |
Public Attributes | |
| std::size_t | moved |
| std::size_t | dead |
Reduction value carried by every move kernel. Both counters ride the league-wide reduction and reach the EventContainer once per launch, from the host, in CycleFunctors::get_host_reduction.
|
inline |
| std::size_t Simulation::KernelInline::MoveLeaveTally::dead |
| std::size_t Simulation::KernelInline::MoveLeaveTally::moved |