OdeIntegrator.OdeIntegrationTask 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#
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