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

ITS_DIRECT Class Reference

Direct method for computing tight enclosures on the solution. More...

#include <itsdir.h>

Inheritance diagram for ITS_DIRECT:

ITS_BASE TIGHT_ENCL NAME List of all members.

Public Methods

 ITS_DIRECT ( int order = TAYLOR_CTRL::GetMaxOrder() )
 Constructor. More...

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

 ~ITS_DIRECT ()
 Destructor.


Detailed Description

Direct method for computing tight enclosures on the solution.

The ITS_DIRECT class implements the direct Taylor series method for computing tight enclosures on the solution.

Author(s):
Ned Nedialkov
Date:
1 May 2001


Constructor & Destructor Documentation

ITS_DIRECT::ITS_DIRECT ( int order = TAYLOR_CTRL::GetMaxOrder() ) [inline]
 

Constructor.

Parameters:
order   maximum order allowed. The default value is TAYLOR_CTRL::GetMaxOrder()

Precondition:
order>0 && order<=TAYLOR_CTRL::GetMaxOrder()

ITS_DIRECT::~ITS_DIRECT ( ) [inline]
 

Destructor.


Member Function Documentation

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

Computes a tight enclosure.

Reimplemented from ITS_BASE.


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