DVSOLRun 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(
	ref double[] WM,
	int offset_wm,
	int[] IWM,
	int offset_iwm,
	ref double[] X,
	int offset_x,
	ref int IERSL
)

Parameters

WM  Double
 
offset_wm  Int32
 
IWM  Int32
 
offset_iwm  Int32
 
X  Double
 
offset_x  Int32
 
IERSL  Int32
 

See Also