Ode Integrator.Restart Method
Definition
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Restart() | Resets the integrator so the next integration will start from the initial conditions. |
Restart( | Resets the integrator so the next integration will start from the specified initial conditions. |
Restart
Resets the integrator so the next integration will start from the initial conditions.
public void Restart()
Restart(Double, Vector<Double>)
Resets the integrator so the next integration will start from the specified initial conditions.
public void Restart(
double initialTime,
Vector<double> initialValue
)