OdeIterationMethod Type

Iteration method for implicit Ode method (Gear's, implicit Adam's, and so on).

Record fields

Record Field Description

DoNotUseJacobian

Full Usage: DoNotUseJacobian

Field type: OdeIterationMethod
Modifiers: static

Set the jacobian matrix to zero. This will not allow Newton-Raphson iterations, that's why the iteration converges only slowly.

Field type: OdeIterationMethod

UseJacobian

Full Usage: UseJacobian

Field type: OdeIterationMethod
Modifiers: static

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.

Field type: OdeIterationMethod

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int