Class hierarchy   Compound list   File list   Compound Members   File Members   Related Pages   Examples  

vecBundle Class Reference

This class provides a representation of a vector bundle over a 1-dimensional manifold. It uses Lagrange polynomials of arbitrary order for interpolation. More...

List of all members.

Public Members


Detailed Description

This class provides a representation of a vector bundle over a 1-dimensional manifold. It uses Lagrange polynomials of arbitrary order for interpolation.

Examples:
d1StableODE.C.

Member Function Documentation

vecBundle::vecBundle(int numElts,int m,int n,int ns)

The semi-explicit constructor for the vecBundle class. This constructor allocates the right memory for a vecBundle object without filling in all the data.

Parameters:
numElts - a positive integer specifying the number of elements used to represent the vector bundle.
m - a positive integer specifying the number of nodes per element. This determines the order of approximation.
n - a positive integer specifying the ambient dimension.
ns - a positive integer specifying the dimension of a fiber of the vector bundle.
Returns:
a vecBundle object


The documentation for this class was generated from the following files:
Generated at Sat Oct 16 03:55:28 1999 for Computing Invariant Manifolds Library by doxygen  written by Dimitri van Heesch, © 1997-1998