Click or drag to resize

ISOLOUTRun Method


Namespace: DotNumerics.ODE.Dopri5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void 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
)
Request Example

Parameters

NR  Int32
 
XOLD  Double
 
X  Double
 
Y  Double
 
offset_y  Int32
 
N  Int32
 
CON  Double
 
offset_con  Int32
 
ICOMP  Int32
 
offset_icomp  Int32
 
ND  Int32
 
RPAR  Double
 
offset_rpar  Int32
 
IPAR  Int32
 
IRTRN  Int32
 
See Also