#include <hoinit.h>
Inheritance diagram for HOE:

Public Methods | |
| HOE ( int max_order = TAYLOR_CTRL::GetMaxOrder() ) | |
| Constructor. More... | |
| bool | Validate ( INTERVAL_VECTOR & Y, INTERVAL_VECTOR & LocErr, double & h, int order, PtrODENumeric ODE, PtrODESolver Solver ) |
| Validates existence and uniqueness of the solution and computes a priori bounds on the solution. | |
| void | Init ( PtrODENumeric ODE ) |
| Initializes an HOE object. | |
This class implements a high-order Taylor series method for validating existence and uniqueness of the solution and computing a priori bounds on the solution.
|
|
Constructor.
|
|
|
Validates existence and uniqueness of the solution and computes a priori bounds on the solution.
Reimplemented from INIT_ENCL. |
|
|
Initializes an HOE object.
Reimplemented from INIT_ENCL. |
1.2.0 written by Dimitri van Heesch,
© 1997-2000