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

d2graphMan Class Reference

This class represents a 2-dimensional attracting manifold, represented as a graph over an initial manifold. More...

List of all members.

Public Members


Detailed Description

This class represents a 2-dimensional attracting manifold, represented as a graph over an initial manifold.

This class approximates a manifold locally with Lagrange polynomials (of order 1, 2, or 3), defined over simplices (these are the simplices of the simplicial complex of the initial manifold). This is a relatively small class (compared to the "d2LTManifold" class). Its primary private data are:

Examples:
d2StableODE.C and d2StableTruncMap.C.

Member Function Documentation

d2graphMan::d2graphMan(d2LTManifold *bManPtr,baseVector<d2GridPt *> &nodeList)

The explicit constructor for the class d2graphMan.

Parameters:
bManBtr - a pointer to a "d2LTManifold ", which represents the initial manifold over which this manifold is graphed.
nodeList - a reference to a "baseVector" of pointers to "d2GridPt"s. The "baseVector" has length numNodes, an integer equal to the total number of grid points, obtained from *bManPtr. The "d2GridPt"s should have private data withTanData = 0, withCoordSys = 0. This data is a set of points in the ambient space giving, for each grid point y of *bManPtr, a point in the normal fiber of *bManPtr at y. These points determine the discrete manifold represented by the "d2graphMan".
Returns:
a d2graphMan object

d2graphMan::d2graphMan(d2LTManifold *bManPtr)

The constructor for constructing a "d2graphMan" directly from a "d2LTManifold".

Parameters:
bManBtr - a pointer to a "d2LTManifold ", which represents the initial manifold over which this manifold is graphed.

With this constructor, the grid points of the "d2graphMan" are set equal to the grid points of the initial "d2LTManifold". Hence calling this constructor yields a "d2graphMan" representing in ambient space the same manifold as the "d2LTManifold" passed to the constructor.

Returns:
a d2graphMan 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