Celeritas  0.5.0-56+6b053cd
Classes | Typedefs | Functions
celeritas/global/ActionInterface.hh File Reference
#include "corecel/sys/ActionInterface.hh"
#include "celeritas/Types.hh"
This graph shows which files directly or indirectly include this file:

Classes

class  celeritas::ExplicitCoreActionInterface
 

Typedefs

using celeritas::CoreBeginRunActionInterface = BeginRunActionInterface< CoreParams, CoreState >
 Interface called at beginning of the core stepping loop.
 
using celeritas::CoreStepActionInterface = StepActionInterface< CoreParams, CoreState >
 Action interface for core stepping loop.
 
using celeritas::ActionOrder = StepActionOrder
 

Functions

constexpr bool celeritas::is_action_sorted (StepActionOrder aorder, TrackOrder torder)
 Whether the TrackOrder will sort tracks by actions at the given step order.
 
constexpr bool celeritas::is_action_sorted (TrackOrder torder)
 Whether track sorting (reindexing) is enabled.