#include <initencl.h>
Inheritance diagram for INIT_ENCL:

Public Methods | |
| virtual bool | Validate ( INTERVAL_VECTOR & Y, INTERVAL_VECTOR & LocErr, double & h, int order, PtrODENumeric ODE, PtrODESolver Solver ) = 0 |
| Validates existence and uniqueness and computes a priori bounds. More... | |
| virtual void | Init ( PtrODENumeric ODE ) = 0 |
| Initializes the method. More... | |
| int | GetMaxOrder () const |
| Returns the maximum order allowed. | |
| virtual | ~INIT_ENCL () |
| Destructor. | |
Protected Methods | |
| INIT_ENCL ( int max_order, const string & name ) | |
| Constructor. More... | |
|
|
Destructor.
|
|
|
Constructor.
|
|
|
Validates existence and uniqueness and computes a priori bounds. This function tries to validate existence and uniqueness of the solution. If successful, it returns an enclosure of the solution, an enclosure of the local error, and a stepsize.
Reimplemented in HOE. |
|
|
Initializes the method.
Reimplemented in HOE. |
|
|
Returns the maximum order allowed.
|
1.2.0 written by Dimitri van Heesch,
© 1997-2000