#include <varstep.h>
Inheritance diagram for VAR_STEP_CTRL:

Public Methods | |
| double | PredictFirstStep ( const PtrODENumeric , PtrDataRepr , int ) |
| Predicts an initial stepsize. | |
| bool | PredictStep ( double & hPred, double h, const PtrODENumeric ODE, const INTERVAL_VECTOR & LocErr, const INTERVAL_VECTOR & Ytight, int order ) |
| Predicts a new stepsize. | |
| void | Init ( const PtrODENumeric ODE ) |
| Initializes the method. | |
| ~VAR_STEP_CTRL () | |
| Destructor. | |
This class implements a variable stepsize control.
|
|
Destructor.
|
|
|
Predicts an initial stepsize.
Reimplemented from STEP_CTRL. |
|
|
Predicts a new stepsize.
Reimplemented from STEP_CTRL. |
|
|
Initializes the method.
Reimplemented from STEP_CTRL. |
1.2.0 written by Dimitri van Heesch,
© 1997-2000