#include "chomp/cubes/pointset.h"
#include "chomp/cubes/cube.h"
#include "chomp/struct/hashsets.h"
#include "config.h"
#include "conindex.h"
#include "morsedec.h"
#include "config.h"
#include "conindex.h"
Go to the source code of this file.
Typedefs | |
| typedef short int | spcCoord |
| The type of coordinates of cubes in the phase space. | |
| typedef chomp::homology::tCubeBase < spcCoord > | spcCube |
| The type of a cube in the phase space. | |
| typedef chomp::homology::hashedset < spcCube > | spcCubes |
| The type of a set of cubes in the phase space. | |
| typedef chomp::homology::mvmap < spcCube, spcCube > | spcMap |
| The type of a combinatorial cubical multivalued map. | |
| typedef chomp::homology::tRectangle < spcCoord > | spcRect |
| The type of a rectangle used to iterate sets of cubes in the phase space. | |
| typedef chomp::homology::tPointBase < spcCoord > | spcBase |
| The base of points for cubes in the phase space. | |
| typedef short int | parCoord |
| The type of coordinates of cubes in the set of parameters. | |
| typedef chomp::homology::tCubeFix < paramDim, parCoord > | parCube |
| The type of a cube in the set of parameters. | |
| typedef chomp::homology::hashedset < parCube > | parCubes |
| The type of a set of cubes in the set of parameters. | |
| typedef chomp::homology::tRectangle < parCoord > | parRect |
| The type of a rectangle used to iterate sets of cubes of parameters. | |
| typedef MapComputation < theMapType, spcCube, spcCubes > | theCubMapType |
| The type of a map for the computation of the Conley index. | |
| typedef IndexPair < theCubMapType, spcCube, spcCubes > | theIndexPairType |
| The type of the index pair for the computation of the Conley index. | |
| typedef ConleyIndex < theIndexPairType > | theConleyIndexType |
| The type of the Conley index. | |
| typedef MorseDecomposition < theCubMapType, spcCube, spcCubes > | theMorseDecompositionType |
| The type of the Morse decomposition. | |
This file contains the definitions of various types used in the program "cmgraphs.cpp". The experienced end user is supposed to edit this file if he or she finds it necessary to tweak the program settings or to use the code for customized computations.
Definition in file typedefs.h.
| typedef short int parCoord |
The type of coordinates of cubes in the set of parameters.
Definition at line 81 of file typedefs.h.
The type of a cube in the set of parameters.
Note: This type must be different from the type of a cube in the phase space.
Definition at line 86 of file typedefs.h.
The type of a rectangle used to iterate sets of cubes of parameters.
Definition at line 92 of file typedefs.h.
| typedef short int spcCoord |
The type of a cube in the phase space.
Note: This type must be different from the type of a cube in the set of parameters.
Definition at line 61 of file typedefs.h.
The type of a rectangle used to iterate sets of cubes in the phase space.
Definition at line 70 of file typedefs.h.
| typedef MapComputation<theMapType,spcCube,spcCubes> theCubMapType |
The type of a map for the computation of the Conley index.
Definition at line 100 of file typedefs.h.
The type of the index pair for the computation of the Conley index.
Definition at line 103 of file typedefs.h.
1.5.3