Click or drag to resize

DOPCORRun 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 void Run(
	int N,
	IFAREN FCN,
	ref double X,
	ref double[] Y,
	int offset_y,
	double XEND,
	ref double HMAX,
	ref double H,
	double[] RTOL,
	int offset_rtol,
	double[] ATOL,
	int offset_atol,
	int ITOL,
	int IPRINT,
	ISOLOUT SOLOUT,
	int IOUT,
	ref int IDID,
	int NMAX,
	double UROUND,
	int METH,
	int NSTIFF,
	double SAFE,
	double BETA,
	double FAC1,
	double FAC2,
	ref double[] Y1,
	int offset_y1,
	ref double[] K1,
	int offset_k1,
	ref double[] K2,
	int offset_k2,
	ref double[] K3,
	int offset_k3,
	ref double[] K4,
	int offset_k4,
	ref double[] K5,
	int offset_k5,
	ref double[] K6,
	int offset_k6,
	ref double[] YSTI,
	int offset_ysti,
	ref double[] CONT,
	int offset_cont,
	int[] ICOMP,
	int offset_icomp,
	int NRD,
	double[] RPAR,
	int offset_rpar,
	int[] IPAR,
	int offset_ipar,
	ref int NFCN,
	ref int NSTEP,
	ref int NACCPT,
	ref int NREJCT
)
Request Example View Source

Parameters

N  Int32
 
FCN  IFAREN
 
X  Double
 
Y  Double
 
offset_y  Int32
 
XEND  Double
 
HMAX  Double
 
H  Double
 
RTOL  Double
 
offset_rtol  Int32
 
ATOL  Double
 
offset_atol  Int32
 
ITOL  Int32
 
IPRINT  Int32
 
SOLOUT  ISOLOUT
 
IOUT  Int32
 
IDID  Int32
 
NMAX  Int32
 
UROUND  Double
 
METH  Int32
 
NSTIFF  Int32
 
SAFE  Double
 
BETA  Double
 
FAC1  Double
 
FAC2  Double
 
Y1  Double
 
offset_y1  Int32
 
K1  Double
 
offset_k1  Int32
 
K2  Double
 
offset_k2  Int32
 
K3  Double
 
offset_k3  Int32
 
K4  Double
 
offset_k4  Int32
 
K5  Double
 
offset_k5  Int32
 
K6  Double
 
offset_k6  Int32
 
YSTI  Double
 
offset_ysti  Int32
 
CONT  Double
 
offset_cont  Int32
 
ICOMP  Int32
 
offset_icomp  Int32
 
NRD  Int32
 
RPAR  Double
 
offset_rpar  Int32
 
IPAR  Int32
 
offset_ipar  Int32
 
NFCN  Int32
 
NSTEP  Int32
 
NACCPT  Int32
 
NREJCT  Int32
 
See Also