Ode Integrator.Ode Integration Task Enumeration
Enumerates the possible integration tasks of an ODE integrator.
Definition
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected enum OdeIntegrationTask
Members
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. |