OdeIntegrator.OdeIntegrationTask 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.0
C#
protected enum OdeIntegrationTask

Members

Normal0 Integrate up to at least the final time and, if the current time is past the final time, interpolates the result.
SingleStep1 Take a single integration step in the direction of the final time.
MultipleSteps2 Take multiple integration steps until at least the final time.

See Also