Struct StatePropagator::Counters#
Defined in File StatePropagator.h
Nested Relationships#
This struct is a nested type of Class StatePropagator.
Struct Documentation#
-
struct Counters
Struct to track state propagation statistics.
Public Members
-
size_t hops = 0
the number of hops taken
-
size_t derivs = 0
the number of deriv calls
-
size_t zero_crossings = 0
the number of zero crossings detected
-
size_t integration_steps = 0
the number of integration steps taken
-
size_t hops = 0