DOPRI 5Run Method
Definition
Namespace: DotNumerics.ODE.Dopri5
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,
IFAREN FCN,
ref double X,
ref double[] Y,
int offset_y,
double XEND,
double[] RTOL,
int offset_rtol,
double[] ATOL,
int offset_atol,
int ITOL,
ISOLOUT SOLOUT,
int IOUT,
ref double[] WORK,
int offset_work,
int LWORK,
ref int[] IWORK,
int offset_iwork,
int LIWORK,
double[] RPAR,
int offset_rpar,
int[] IPAR,
int offset_ipar,
ref int IDID
)VB
Public Sub Run (
N As Integer,
FCN As IFAREN,
ByRef X As Double,
ByRef Y As Double(),
offset_y As Integer,
XEND As Double,
RTOL As Double(),
offset_rtol As Integer,
ATOL As Double(),
offset_atol As Integer,
ITOL As Integer,
SOLOUT As ISOLOUT,
IOUT As Integer,
ByRef WORK As Double(),
offset_work As Integer,
LWORK As Integer,
ByRef IWORK As Integer(),
offset_iwork As Integer,
LIWORK As Integer,
RPAR As Double(),
offset_rpar As Integer,
IPAR As Integer(),
offset_ipar As Integer,
ByRef IDID As Integer
)Parameters
- N Int32
- FCN IFAREN
- X Double
- Y Double
- offset_y Int32
- XEND Double
- RTOL Double
- offset_rtol Int32
- ATOL Double
- offset_atol Int32
- ITOL Int32
- SOLOUT ISOLOUT
- IOUT Int32
- WORK Double
- offset_work Int32
- LWORK Int32
- IWORK Int32
- offset_iwork Int32
- LIWORK Int32
- RPAR Double
- offset_rpar Int32
- IPAR Int32
- offset_ipar Int32
- IDID Int32