Iteration method for implicit Ode method (Gear's, implicit Adam's, and so on).
Record Field | Description |
|
Set the jacobian matrix to zero. This will not allow Newton-Raphson iterations, that's why the iteration converges only slowly.
|
|
Use a function to calculate the jacobian. This function has either to be provided by the user, or, if the user does not provide such a function, an approximation by finite differences is used.
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|