DVHINRun Method
Definition
Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Run(
int N,
double T0,
double[] Y0,
int offset_y0,
double[] YDOT,
int offset_ydot,
IFEX F,
double[] RPAR,
int offset_rpar,
int[] IPAR,
int offset_ipar,
double TOUT,
double UROUND,
double[] EWT,
int offset_ewt,
int ITOL,
double[] ATOL,
int offset_atol,
ref double[] Y,
int offset_y,
ref double[] TEMP,
int offset_temp,
ref double H0,
ref int NITER,
ref int IER
)VB
Public Sub Run (
N As Integer,
T0 As Double,
Y0 As Double(),
offset_y0 As Integer,
YDOT As Double(),
offset_ydot As Integer,
F As IFEX,
RPAR As Double(),
offset_rpar As Integer,
IPAR As Integer(),
offset_ipar As Integer,
TOUT As Double,
UROUND As Double,
EWT As Double(),
offset_ewt As Integer,
ITOL As Integer,
ATOL As Double(),
offset_atol As Integer,
ByRef Y As Double(),
offset_y As Integer,
ByRef TEMP As Double(),
offset_temp As Integer,
ByRef H0 As Double,
ByRef NITER As Integer,
ByRef IER As Integer
)Parameters
- N Int32
- T0 Double
- Y0 Double
- offset_y0 Int32
- YDOT Double
- offset_ydot Int32
- F IFEX
- RPAR Double
- offset_rpar Int32
- IPAR Int32
- offset_ipar Int32
- TOUT Double
- UROUND Double
- EWT Double
- offset_ewt Int32
- ITOL Int32
- ATOL Double
- offset_atol Int32
- Y Double
- offset_y Int32
- TEMP Double
- offset_temp Int32
- H0 Double
- NITER Int32
- IER Int32