Click or drag to resize

HINITRun Method


Namespace: DotNumerics.ODE.Dopri5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Run(
	int N,
	IFAREN FCN,
	double X,
	double[] Y,
	int offset_y,
	double XEND,
	double POSNEG,
	double[] F0,
	int offset_f0,
	ref double[] F1,
	int offset_f1,
	ref double[] Y1,
	int offset_y1,
	int IORD,
	double HMAX,
	double[] ATOL,
	int offset_atol,
	double[] RTOL,
	int offset_rtol,
	int ITOL,
	double[] RPAR,
	int offset_rpar,
	int[] IPAR,
	int offset_ipar
)
Request Example View Source

Parameters

N  Int32
 
FCN  IFAREN
 
X  Double
 
Y  Double
 
offset_y  Int32
 
XEND  Double
 
POSNEG  Double
 
F0  Double
 
offset_f0  Int32
 
F1  Double
 
offset_f1  Int32
 
Y1  Double
 
offset_y1  Int32
 
IORD  Int32
 
HMAX  Double
 
ATOL  Double
 
offset_atol  Int32
 
RTOL  Double
 
offset_rtol  Int32
 
ITOL  Int32
 
RPAR  Double
 
offset_rpar  Int32
 
IPAR  Int32
 
offset_ipar  Int32
 

Return Value

Double
See Also