Click or drag to resize

StepSizeInformation Enumeration

Indicates the behavior of the size of an integration step produced by an integrator.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
[FlagsAttribute]
public enum StepSizeInformation
Members
  Member nameDescription
Unchanged The step size was unchanged by the integrator
Increased The step size was increased by the integrator while adapting it.
Decreased The step size was decreased by the integrator while adapting it.
UsedMaximum The step size was bounded by the maximum step size.
UsedMinimum The step size was bounded by the minimum step size.
See Also