Click or drag to resize

xBaseOdeGearsAndAdamsMoultonInicializacionWithJacobiano Method

Inicialize the ODE solver with a Jacobiano

Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected internal void InicializacionWithJacobiano(
	OdeFunction Func,
	OdeJacobian Jac,
	int numEquations
)
Request Example View Source

Parameters

Func  OdeFunction
The function that define the ODEs.
Jac  OdeJacobian
The Ode type (stiff, nonstiff).
numEquations  Int32
The number of equatins.
See Also