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

graphMan_hyp Class Reference

This class represents a 1-dimensional manifold of saddle type, represented as a graph over an initial manifold. More...

List of all members.

Public Members


Detailed Description

This class represents a 1-dimensional manifold of saddle type, represented as a graph over an initial manifold.

This class locally approximates a 1-dimensional manifold by Lagrange polynomials of arbitrary order defined on a simplex (in this case, an interval).

Examples:
d1SaddleODE.C.

Member Function Documentation

graphMan_hyp::graphMan_hyp(manifold_hyp *bManPtr,baseMatrix<VEC *> *GridPtr)

The explicit constructor for the class graphMan_hyp. This is the only accessible constructor for this class.

Parameters:
bManBtr - a pointer to a "manifold_hyp", which represents the initial manifold over which this manifold is graphed.
GridPtr - a pointer to a "baseMatrix" of pointers to "VEC"s. The "baseMatrix" is a numElts x nodesPerElt matrix, and the "VEC"s are vectors of "REAL"s of length ambDim. 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 "graphMan_hyp".
Returns:
a graphMan_hyp 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