OdeIntegrator.IntegrateMultipleSteps Method

Performs multiple steps of the numerical integration at least as far as the specified final time.

DefinitionPermalink

Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public Vector<double> IntegrateMultipleSteps(
	double finalTime
)

ParametersPermalink

finalTime  Double
The time value where integration should stop.

Return ValuePermalink

Vector<Double>
The value at the first grid point at or past the time value specified by finalTime.

RemarksPermalink

Use the CurrentTime property to determine the time corresponding to this value.

See AlsoPermalink