Struct StatePropagator::Counters#

Nested Relationships#

This struct is a nested type of Class StatePropagator.

Struct Documentation#

struct Counters#

Struct to track state propgation 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