RADAU 5Run Method
Definition
Namespace: DotNumerics.ODE.Radau5
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,
IFVPOL FCN,
ref double X,
ref double[] Y,
int offset_y,
double XEND,
ref double H,
ref double[] RTOL,
int offset_rtol,
ref double[] ATOL,
int offset_atol,
int ITOL,
IJVPOL JAC,
int IJAC,
ref int MLJAC,
ref int MUJAC,
IBBAMPL MAS,
int IMAS,
int MLMAS,
ref int MUMAS,
ISOLOUTR 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 IFVPOL,
ByRef X As Double,
ByRef Y As Double(),
offset_y As Integer,
XEND As Double,
ByRef H As Double,
ByRef RTOL As Double(),
offset_rtol As Integer,
ByRef ATOL As Double(),
offset_atol As Integer,
ITOL As Integer,
JAC As IJVPOL,
IJAC As Integer,
ByRef MLJAC As Integer,
ByRef MUJAC As Integer,
MAS As IBBAMPL,
IMAS As Integer,
MLMAS As Integer,
ByRef MUMAS As Integer,
SOLOUT As ISOLOUTR,
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 IFVPOL
- X Double
- Y Double
- offset_y Int32
- XEND Double
- H Double
- RTOL Double
- offset_rtol Int32
- ATOL Double
- offset_atol Int32
- ITOL Int32
- JAC IJVPOL
- IJAC Int32
- MLJAC Int32
- MUJAC Int32
- MAS IBBAMPL
- IMAS Int32
- MLMAS Int32
- MUMAS Int32
- SOLOUT ISOLOUTR
- 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