Click or drag to resize

DVODE(DVNLSD, DUMACH, DVNORM, DCOPY, DEWSET, DVHIN, DSCAL, DVINDY, XERRWD, DVSTEP, CommonBlock, CommonBlock) Constructor

Initializes a new instance of the DVODE class with explicit solver dependencies and common blocks.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DVODE(
	DVNLSD dvnlsd,
	DUMACH dumach,
	DVNORM dvnorm,
	DCOPY dcopy,
	DEWSET dewset,
	DVHIN dvhin,
	DSCAL dscal,
	DVINDY dvindy,
	XERRWD xerrwd,
	DVSTEP dvstep,
	CommonBlock DVOD01,
	CommonBlock DVOD02
)

Parameters

dvnlsd  DVNLSD
The nonlinear system solver dependency.
dumach  DUMACH
The machine precision helper.
dvnorm  DVNORM
The weighted norm helper.
dcopy  DCOPY
The vector copy helper.
dewset  DEWSET
The error weight setup helper.
dvhin  DVHIN
The initial step-size estimator.
dscal  DSCAL
The vector scaling helper.
dvindy  DVINDY
The interpolation helper.
xerrwd  XERRWD
The error reporting helper.
dvstep  DVSTEP
The core integration step helper.
DVOD01  CommonBlock
The first DVODE common block.
DVOD02  CommonBlock
The second DVODE common block.
See Also