Handles intermediate output during integration.
Namespace: Altaxo.Calc.Ode.Obsolete.Radau5Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Run(
int NR,
double XOLD,
double X,
double[] Y,
int offset_y,
double[] CONT,
int offset_cont,
int LRC,
int N,
double RPAR,
int IPAR,
int IRTRN
)
Parameters
- NR Int32
- The current step number.
- XOLD Double
- The previous grid point.
- X Double
- The current grid point.
- Y Double
- The current solution vector.
- offset_y Int32
- The offset into Y.
- CONT Double
- The continuous output coefficients.
- offset_cont Int32
- The offset into CONT.
- LRC Int32
- The length of the continuous output array.
- N Int32
- The number of equations.
- RPAR Double
- A user-supplied real parameter.
- IPAR Int32
- A user-supplied integer parameter.
- IRTRN Int32
- A return flag that can be used to influence integration.
See Also