Click or drag to resize

ISOLOUTRRun Method

Handles intermediate output during integration.

Namespace: Altaxo.Calc.Ode.Obsolete.Radau5
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void 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