Click or drag to resize

DVINDYRun Method


Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	double T,
	int K,
	double[] YH,
	int offset_yh,
	int LDYH,
	ref double[] DKY,
	int offset_dky,
	ref int IFLAG
)
Request Example View Source

Parameters

T  Double
 
K  Int32
 
YH  Double
 
offset_yh  Int32
 
LDYH  Int32
 
DKY  Double
 
offset_dky  Int32
 
IFLAG  Int32
is returned negative if either K or T is out of bounds.
See Also