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

TAYLOR_ODE_TAD Class Reference

Taylor coefficient generator. More...

#include <ttaylode.h>

Inheritance diagram for TAYLOR_ODE_TAD:

TAYLOR_ODE TAYLOR_CTRL List of all members.

Public Methods

 TAYLOR_ODE_TAD ( int n, TAD ptadiff )
 Constructor. More...

void GenerateTerms ( const INTERVAL_VECTOR & Y , const INTERVAL & h, int k )
 Generates Taylor series terms.

void SumTerms ( INTERVAL_VECTOR & Sum, int k )
 Sums Taylor series terms.

void GetOneTerm ( INTERVAL_VECTOR & Yk, int k )
 Obtains the k-th Taylor series term.

 ~TAYLOR_ODE_TAD ()
 Destructor.


Detailed Description

Taylor coefficient generator.

This class uses the TADIFF package to generate Taylor coefficients for the solution to , .

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


Constructor & Destructor Documentation

TAYLOR_ODE_TAD::TAYLOR_ODE_TAD ( int n,
TAD ptadiff )
 

Constructor.

Parameters:
n   number of equations
ptadiff   pointer to a function for storing the computational graph

Precondition:
n > 0 && NotNull(ptadiff)

TAYLOR_ODE_TAD::~TAYLOR_ODE_TAD ( )
 

Destructor.


Member Function Documentation

void TAYLOR_ODE_TAD::GenerateTerms ( const INTERVAL_VECTOR & Y,
const INTERVAL & h,
int k ) [virtual]
 

Generates Taylor series terms.

Reimplemented from TAYLOR_ODE.

void TAYLOR_ODE_TAD::SumTerms ( INTERVAL_VECTOR & Sum,
int k ) [virtual]
 

Sums Taylor series terms.

Reimplemented from TAYLOR_ODE.

void TAYLOR_ODE_TAD::GetOneTerm ( INTERVAL_VECTOR & Yk,
int k ) [virtual]
 

Obtains the k-th Taylor series term.

Reimplemented from TAYLOR_ODE.


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