Enumerates the possible integration tasks of an ODE integrator.
Namespace:
Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected enum OdeIntegrationTask
Protected Enumeration OdeIntegrationTask
protected enum class OdeIntegrationTask
| Member name | Value | Description |
---|
| Normal | 0 |
Integrate up to at least the final time and, if the current time is past the final time, interpolates the result.
|
| SingleStep | 1 |
Take a single integration step in the direction of the final time.
|
| MultipleSteps | 2 |
Take multiple integration steps until at least the final time.
|
Reference