OdeAdamsGear Properties |
The OdeAdamsGear type exposes the following members.
Name | Description | |
---|---|---|
Floor | The value used in the norm computation.
(Inherited from ODE.) | |
InitialStepsize | The initial internal step size.
(Inherited from ODE.) | |
IntegrationMethod | The integration method.
| |
MaximumFunctionEvaluations | The maximum number of function evaluations of allowed.
| |
MaxOrder | The highest order formula to use of implicit Adams type or BDF type.
| |
MaxSteps | The maximum number of internal steps allowed.
(Inherited from ODE.) | |
MinimumStepsize | The minimum internal step size.
(Inherited from ODE.) | |
NormMethod | The error norm.
(Inherited from ODE.) | |
NumberOfFcnEvals | Returns the number of function evaluations of made.
| |
NumberOfJacobianEvals | Returns the number of Jacobian matrix evaluations used.
| |
NumberOfSteps | Returns the number of internal steps taken.
| |
Scale | The scaling factor.
(Inherited from ODE.) | |
SolveMethod | The method for solving the formula equations.
| |
Tolerance | The error tolerance.
(Inherited from ODE.) |