Ode Integrator.Integrate Multiple Steps Method
Performs multiple steps of the numerical integration at least as far as the specified final time.
Definition
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value at the first grid point at or past the time value specified by finalTime.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> IntegrateMultipleSteps(
double finalTime
)
Parameters
- finalTime Double
- The time value where integration should stop.
Return Value
Vector<Double>The value at the first grid point at or past the time value specified by finalTime.
Remarks
Use the CurrentTime property to determine the time corresponding to this value.