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.2.419.0 (24.2.419.0)
Syntax [FlagsAttribute]
public enum StepSizeInformation
<FlagsAttribute>
Public Enumeration StepSizeInformation
[FlagsAttribute]
public enum class StepSizeInformation
[<FlagsAttribute>]
type StepSizeInformation
Members
| Member name | Description |
---|
| 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