#include <conststep.h>
Inheritance diagram for CONST_STEP:

Public Methods | |
| CONST_STEP ( double h ) | |
| Constructor. More... | |
| double | PredictFirstStep ( const PtrODENumeric ODE, PtrDataRepr Data, int order ) |
| Returns the stepsize that is set in the constructor. | |
| bool | PredictStep ( double & hPred, double h, const PtrODENumeric ODE, const INTERVAL_VECTOR & LocErr, const INTERVAL_VECTOR & Ytight, int order ) |
Returns true and the stepsize that is set in the constructor. | |
| ~CONST_STEP () | |
| Destructor. | |
| void | Init ( const PtrODENumeric ODE ) |
| Initializes a stepsize control object. | |
|
|
Constructor. It sets a value for the stepsize.
|
|
|
Destructor.
|
|
|
Returns the stepsize that is set in the constructor.
Reimplemented from STEP_CTRL. |
|
|
Returns
Reimplemented from STEP_CTRL. |
|
|
Initializes a stepsize control object.
Reimplemented from STEP_CTRL. |
1.2.0 written by Dimitri van Heesch,
© 1997-2000