DVODERun 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(
IFEX F,
int NEQ,
ref double[] Y,
int offset_y,
ref double T,
double TOUT,
int ITOL,
double[] RTOL,
int offset_rtol,
double[] ATOL,
int offset_atol,
int ITASK,
ref int ISTATE,
int IOPT,
ref double[] RWORK,
int offset_rwork,
int LRW,
ref int[] IWORK,
int offset_iwork,
int LIW,
IJEX JAC,
int MF,
double[] RPAR,
int offset_rpar,
int[] IPAR,
int offset_ipar
)VB
Public Sub Run (
F As IFEX,
NEQ As Integer,
ByRef Y As Double(),
offset_y As Integer,
ByRef T As Double,
TOUT As Double,
ITOL As Integer,
RTOL As Double(),
offset_rtol As Integer,
ATOL As Double(),
offset_atol As Integer,
ITASK As Integer,
ByRef ISTATE As Integer,
IOPT As Integer,
ByRef RWORK As Double(),
offset_rwork As Integer,
LRW As Integer,
ByRef IWORK As Integer(),
offset_iwork As Integer,
LIW As Integer,
JAC As IJEX,
MF As Integer,
RPAR As Double(),
offset_rpar As Integer,
IPAR As Integer(),
offset_ipar As Integer
)Parameters
- F IFEX
- NEQ Int32
- Y Double
- offset_y Int32
- T Double
- TOUT Double
- ITOL Int32
- RTOL Double
- offset_rtol Int32
- ATOL Double
- offset_atol Int32
- ITASK Int32
- ISTATE Int32
- IOPT Int32
- RWORK Double
- offset_rwork Int32
- LRW Int32
- IWORK Int32
- offset_iwork Int32
- LIW Int32
- JAC IJEX
- MF Int32
- RPAR Double
- offset_rpar Int32
- IPAR Int32
- offset_ipar Int32