Click or drag to resize

DVSRCORun 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(
	ref double[] RSAV,
	int offset_rsav,
	ref int[] ISAV,
	int offset_isav,
	int JOB
)
Request Example View Source

Parameters

RSAV  Double
= real array of length 49 or more.
offset_rsav  Int32
 
ISAV  Int32
= integer array of length 41 or more.
offset_isav  Int32
 
JOB  Int32
= flag indicating to save or restore the COMMON blocks: JOB = 1 if COMMON is to be saved (written to RSAV/ISAV). JOB = 2 if COMMON is to be restored (read from RSAV/ISAV). A call with JOB = 2 presumes a prior call with JOB = 1.
See Also