Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

IHO Class Reference

Hermite-Obreschkoff method for computing tight bounds on the solution. More...

#include <obrtgt.h>

Inheritance diagram for IHO:

TIGHT_ENCL NAME List of all members.

Public Methods

 IHO ( int p, int q )
 Constructor. More...

void CompEncl ( INTERVAL_VECTOR & Ytight, INTERVAL_VECTOR & LocErr, const INTERVAL & h, int order, PtrODENumeric ODE, PtrODESolver Solver )
 Computes a tight enclosure.

void Init ( PtrODENumeric ODE )
 Initializes an HOE object.

 ~IHO ()
 Destructor.


Detailed Description

Hermite-Obreschkoff method for computing tight bounds on the solution.

The IHO class implements the interval Hermite-Obreschkoff method for computing tight enclosures on the solution.

Author(s):
Ned Nedialkov
Date:
30 April 2001


Constructor & Destructor Documentation

IHO::IHO ( int p,
int q )
 

Constructor.

Parameters:
p   order of the forward expansion
q   order of the backward expansion
Precondition:
p>0 && q>0 && p+q+1 <= TAYLOR_CTRL::MaxOrder

IHO::~IHO ( )
 

Destructor.


Member Function Documentation

void IHO::CompEncl ( INTERVAL_VECTOR & Ytight,
INTERVAL_VECTOR & LocErr,
const INTERVAL & h,
int order,
PtrODENumeric ODE,
PtrODESolver Solver ) [virtual]
 

Computes a tight enclosure.

Reimplemented from TIGHT_ENCL.

void IHO::Init ( PtrODENumeric ODE ) [virtual]
 

Initializes an HOE object.

Reimplemented from TIGHT_ENCL.


The documentation for this class was generated from the following file:
Generated at Sun Oct 14 12:45:41 2001 for VNODE by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000