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

SOLVER_1 Class Reference

Solver class. More...

#include <solver1.h>

Inheritance diagram for SOLVER_1:

VODE_SOLVER ODE_SOLVER List of all members.

Public Methods

 SOLVER_1 ( const PtrODENumeric ODE, const PtrDataRepr Data, int order = 17 )
 Constructor. More...


Detailed Description

Solver class.

This class implements a validated ODE solver with the HOE method for validating existence and uniqueness of the solution, the ITS method for computing a tight enclosure of the solution, variable stepsize control, and constant order.

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


Constructor & Destructor Documentation

SOLVER_1::SOLVER_1 ( const PtrODENumeric ODE,
const PtrDataRepr Data,
int order = 17 ) [inline]
 

Constructor.

Parameters:
ODE   pointer to problem
Data   pointer to a data representation object
order   order of the method; the default value is 17

Precondition:
NotNull(ODE) && NotNull(Data) && order>0 && order <= TAYLOR_CTRL::MaxOrder


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