bdeSetJacobianMethod

Takes model and method and sets the Jacobian method to be used.

Syntax

bdeSetJacobianMethod(model, method)

Inputs

model
Model of which the Jacobian method is being set.
Type: diagram
method
Value to set the Jacobian method to. Uses 1 for analytical and 2 for numerical.
Type: string

Examples

Set a model's Jacobian method:
model = bdeGetCurrentModel();
      bdeSetJacobianMethod(model, method)