Handles an integration output step.
Namespace: Altaxo.Calc.Ode.Obsolete.DopriAssembly: 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,
int N,
double[] CON,
int offset_con,
int[] ICOMP,
int offset_icomp,
int ND,
double[] RPAR,
int offset_rpar,
int IPAR,
int IRTRN
)
Parameters
- NR Int32
- The current step number.
- XOLD Double
- The previous integration point.
- X Double
- The current integration point.
- Y Double
- The solution vector.
- offset_y Int32
- The offset into Y.
- N Int32
- The number of equations.
- CON Double
- The continuous output coefficients.
- offset_con Int32
- The offset into CON.
- ICOMP Int32
- The component selection array.
- offset_icomp Int32
- The offset into ICOMP.
- ND Int32
- The number of dense output components.
- RPAR Double
- User-supplied real parameters.
- offset_rpar Int32
- The offset into RPAR.
- IPAR Int32
- User-supplied integer parameter.
- IRTRN Int32
- Return flag used to influence further integration.
See Also