bdeGetJacobianMethod

Takes model and returns the Jacobian method being used.

Syntax

jacobianMethod = bdeGetJacobianMethod(model)

Inputs

model
Model used to get the Jacobian method from.
Type: diagram

Outputs

jacobianMethod
The Jacobian method of the model. Returns 1 for analytical and 2 for numerical.
Type: string

Examples

Get the Jacobian method being used:
model = bdeGetCurrentModel();
	  jacobianMethod = bdeGetAlgebraicSolver(model)
jacobianMethod = 1