xBaseOdeGearsAndAdamsMoultonSetInitialValues Method |
Sets the initial values for the differential equations.
Namespace: Altaxo.Calc.Ode.Obsolete.DVodeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void SetInitialValues(
double t0,
double[] y0
)
Parameters
- t0 Double
- The initial value for the independent variable.
- y0 Double
- A vector of size N containing the initial conditions. N is the number of differential equations.
Remarks
This method should be invoked before to start the integration.
When this method is invoked, the ODE solver is restarted.
See Also