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