Click or drag to resize
OdeAdamsGear Properties

The OdeAdamsGear type exposes the following members.

Properties
  NameDescription
Public propertyFloor
The value used in the norm computation.
(Inherited from ODE.)
Public propertyInitialStepsize
The initial internal step size.
(Inherited from ODE.)
Public propertyIntegrationMethod
The integration method.
Public propertyMaximumFunctionEvaluations
The maximum number of function evaluations of y' allowed.
Public propertyMaxOrder
The highest order formula to use of implicit Adams type or BDF type.
Public propertyMaxSteps
The maximum number of internal steps allowed.
(Inherited from ODE.)
Public propertyMinimumStepsize
The minimum internal step size.
(Inherited from ODE.)
Public propertyNormMethod
The error norm.
(Inherited from ODE.)
Public propertyNumberOfFcnEvals
Returns the number of function evaluations of y' made.
Public propertyNumberOfJacobianEvals
Returns the number of Jacobian matrix evaluations used.
Public propertyNumberOfSteps
Returns the number of internal steps taken.
Public propertyScale
The scaling factor.
(Inherited from ODE.)
Public propertySolveMethod
The method for solving the formula equations.
Public propertyTolerance
The error tolerance.
(Inherited from ODE.)
Top
See Also