Expand description

Provides different methods for controlling the error computation of the integrator.

Structs

  • A largest error control which effectively computes the largest error at each component
  • A largest state error control
  • A largest step error control which effectively computes the L1 norm of the provided Vector of size 3
  • An RSS state error control which effectively for the provided vector composed of two vectors of the same unit, both of size 3 (e.g. position + velocity).
  • An RSS state error control which effectively for the provided vector composed of two vectors of the same unit, both of size 3 (e.g. position + velocity).
  • An RSS state error control which effectively for the provided vector composed of two vectors of the same unit, both of size 3 (e.g. position + velocity).
  • An RSS state error control: when in doubt, use this error controller, especially for high accurracy.
  • An RSS step error control which effectively computes the L2 norm of the provided Vector of size 3

Traits

  • The Error Control trait manages how a propagator computes the error in the current step.