bdeGetJacobianMethod
Takes model and returns the Jacobian method being used.
Syntax
jacobianMethod = bdeGetJacobianMethod(model)
Inputs
- model
- Model used to get the Jacobian method from.
Outputs
- jacobianMethod
- The Jacobian method of the model. Returns 1 for analytical and 2 for numerical.
Examples
model = bdeGetCurrentModel();
jacobianMethod = bdeGetAlgebraicSolver(model)
jacobianMethod = 1