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

HOE Class Reference

High-order method for validating existence and uniqueness of the solution. More...

#include <hoinit.h>

Inheritance diagram for HOE:

INIT_ENCL NAME List of all members.

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.


Detailed Description

High-order method for validating existence and uniqueness of the solution.

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.

Author(s):
Ned Nedialkov
Date:
18 June 2001


Constructor & Destructor Documentation

HOE::HOE ( int max_order = TAYLOR_CTRL::GetMaxOrder() ) [inline]
 

Constructor.

Parameters:
max_order   maximum order that is allowed. The default values is TAYLOR_CTRL::GetMaxOrder().

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


Member Function Documentation

bool HOE::Validate ( INTERVAL_VECTOR & Y,
INTERVAL_VECTOR & LocErr,
double & h,
int order,
PtrODENumeric ODE,
PtrODESolver Solver ) [virtual]
 

Validates existence and uniqueness of the solution and computes a priori bounds on the solution.

Reimplemented from INIT_ENCL.

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

Initializes an HOE object.

Reimplemented from INIT_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