ISOLOUTRRun Method

Definition

Namespace: DotNumerics.ODE.Radau5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
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
 
XOLD  Double
 
X  Double
 
Y  Double
 
offset_y  Int32
 
CONT  Double
 
offset_cont  Int32
 
LRC  Int32
 
N  Int32
 
RPAR  Double
 
IPAR  Int32
 
IRTRN  Int32
 

See Also