Ode Integrator.Integrate Multiple Steps Method
Performs multiple steps of the numerical integration at least as far as the specified final time.
Definition
Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The value at the first grid point at or past the time value specified by finalTime.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
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.