xBaseOdeGearsAndAdamsMoultonInicializacionWithJacobiano Method |
Inicialize the ODE solver with a Jacobiano
Namespace: DotNumerics.ODE.DVodeAssembly: 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
)
Protected Friend Sub InicializacionWithJacobiano (
Func As OdeFunction,
Jac As OdeJacobian,
numEquations As Integer
)
Request Example
View SourceParameters
- Func OdeFunction
- The function that define the ODEs.
- Jac OdeJacobian
- The Ode type (stiff, nonstiff).
- numEquations Int32
- The number of equatins.
See Also