DEWSETRun Method

Definition

Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	int ITOL,
	double[] RTOL,
	int offset_rtol,
	double[] ATOL,
	int offset_atol,
	double[] YCUR,
	int offset_ycur,
	ref double[] EWT,
	int offset_ewt
)

Parameters

N  Int32
 
ITOL  Int32
 
RTOL  Double
 
offset_rtol  Int32
 
ATOL  Double
 
offset_atol  Int32
 
YCUR  Double
 
offset_ycur  Int32
 
EWT  Double
 
offset_ewt  Int32
 

See Also