DVHIN Type

Constructors

Constructor Description

DVHIN(dvnorm)

Full Usage: DVHIN(dvnorm)

Parameters:

dvnorm : DVNORM

DVHIN()

Full Usage: DVHIN()

Instance members

Instance member Description

this.Run

Full Usage: this.Run

Parameters:
    N : int - = Size of ODE system, input.
    T0 : float - = Initial value of independent variable, input.
    Y0 : float[] - = Vector of initial conditions, input.
    offset_y0 : int -
    YDOT : float[] - = Vector of initial first derivatives, input.
    offset_ydot : int -
    F : IFEX - = Name of subroutine for right-hand side f(t,y), input.
    RPAR : float[] -
    offset_rpar : int -
    IPAR : int[] -
    offset_ipar : int -
    TOUT : float - = First output value of independent variable
    UROUND : float - = Machine unit roundoff
    EWT : float[] -
    offset_ewt : int -
    ITOL : int -
    ATOL : float[] -
    offset_atol : int -
    Y : byref<float[]> -
    offset_y : int -
    TEMP : byref<float[]> -
    offset_temp : int -
    H0 : byref<float> - = Step size to be attempted, output.
    NITER : byref<int> - = Number of iterations (and of f evaluations) to compute H0, output.
    IER : byref<int> - = The error flag, returned with the value IER = 0 if no trouble occurred, or IER = -1 if TOUT and T0 are considered too close to proceed.

N : int

= Size of ODE system, input.

T0 : float

= Initial value of independent variable, input.

Y0 : float[]

= Vector of initial conditions, input.

offset_y0 : int

YDOT : float[]

= Vector of initial first derivatives, input.

offset_ydot : int

F : IFEX

= Name of subroutine for right-hand side f(t,y), input.

RPAR : float[]

offset_rpar : int

IPAR : int[]

offset_ipar : int

TOUT : float

= First output value of independent variable

UROUND : float

= Machine unit roundoff

EWT : float[]

offset_ewt : int

ITOL : int

ATOL : float[]

offset_atol : int

Y : byref<float[]>

offset_y : int

TEMP : byref<float[]>

offset_temp : int

H0 : byref<float>

= Step size to be attempted, output.

NITER : byref<int>

= Number of iterations (and of f evaluations) to compute H0, output.

IER : byref<int>

= The error flag, returned with the value IER = 0 if no trouble occurred, or IER = -1 if TOUT and T0 are considered too close to proceed.