| 
    The Conley-Morse Graphs Software
    
   | 
 
Parameters for a sample difference equation in R^2 with 2 parameters. More...
Go to the source code of this file.
Classes | |
| struct | custom::difference::SpaceOffsetType | 
| An imitation of an array which returns the offset of the rectangular area in the phase space which contains the invariant sets of interest.  More... | |
| struct | custom::difference::SpaceWidthType | 
| An imitation of an array which returns the width of the rectangular area in the phase space which contains the invariant sets of interest.  More... | |
Namespaces | |
| namespace | custom | 
| Customizable settings that are supposed to be modified and/or chosen by the user of the software.  | |
| namespace | custom::difference | 
| Parameters for a sample difference equation in R^2 with 2 parameters.  | |
Variables | |
| const int | custom::difference::spaceDim = 2 | 
| The dimension of the phase space.  More... | |
| const bool | custom::difference::spaceWrapping [spaceDim] = {false, false} | 
| Is space wrapping (a.k.a.  More... | |
| const int | custom::difference::initialDepth = 5 | 
| The initial depth of subdivisions in the phase space.  More... | |
| const int | custom::difference::finalDepth = 10 | 
| The final depth of subdivisions in the phase space.  More... | |
| const int | custom::difference::paramDim = 2 | 
| The dimension of the parameter space to iterate.  More... | |
| const short int | custom::difference::paramSubdiv [paramDim] = {800, 800} | 
| The numbers of subintervals in each direction of the parameter space.  More... | |
| const int | custom::difference::paramSelect [paramDim] = {0, 1} | 
| The numbers of parameters to subdivide.  More... | |
| const int | custom::difference::paramCount = 2 | 
| The number of all the parameters, both varying and fixed.  More... | |
| const double | custom::difference::paramLeft [paramCount] = {1.0, 0} | 
| The left bounds on the parameters: b > 1, h < (sqrt(b) - 1)^2.  More... | |
| const double | custom::difference::paramRight [paramCount] = {9.0, 4} | 
| The right bounds on the parameters: b, h.  More... | |
| const SpaceOffsetType | custom::difference::spaceOffset = SpaceOffsetType () | 
| An imitation of an array which returns the offset of the rectangular area in the phase space which contains the invariant sets of interest.  More... | |
| const SpaceWidthType | custom::difference::spaceWidth = SpaceWidthType () | 
| An imitation of an array which returns the width of the rectangular area in the phase space which contains the invariant sets of interest.  More... | |
| const int | custom::difference::refineDepth = 1 | 
| The number of refinements that should be done if a Morse set with the trivial index is encountered or if the image of a Morse set sticks out of the rectangular region to which the computations are restricted.  More... | |
| const int | custom::difference::maxRefineSize0 = 200000 | 
| The maximal allowed size of a set of cubes in the phase space which can be refined at the initial subdivision level.  More... | |
| const int | custom::difference::maxRefineSize1 = 20000 | 
| The maximal allowed size of a set of cubes in the phase space which can be refined at the subsequent subdivision levels.  More... | |
| const int | custom::difference::maxImageDiameter = 10000 | 
| The maximal allowed diameter of the cubical image of a signle box.  More... | |
| const int | custom::difference::maxImageVolume = 100000 | 
| The maximal allowed volume of the cubical image of a single box.  More... | |
| const int | custom::difference::maxIndexPairSize = 1200000 | 
| The maximal allowed size of the index pair.  More... | |
| const int | custom::difference::maxJoinSize = 0 | 
| The maximal number of cubes in a trivial Morse set for which an attempt is made to join this set with another near-by Morse set.  More... | |
| const int | custom::difference::maxJoinConnection = 1000 | 
| The maximal size of a connecting orbit between two Morse sets which can be considered for joining.  More... | |
| const int | custom::difference::maxJoinDistance = 100 | 
| The maximal allowed distance between two Morse sets which can be considered for joining.  More... | |
| const bool | custom::difference::compareMorseOrdering = true | 
| Should the ordering between the Morse sets be taken into consideration while determining whether two Morse decompositions computed for adjacent parameter boxes are in the same class?  More... | |
| const bool | custom::difference::ignoreIsolationForContinuation = true | 
| Ignoring the isolation problem while matching Morse decompositions.  More... | |
| const bool | custom::difference::ignoreIsolationForConleyIndex = false | 
| Ignoring the isolation problem while computing the Conley index.  More... | |
Parameters for a sample difference equation in R^2 with 2 parameters.
This is a configuration file for the program "cmgraphs.cpp" which defines the ranges of parameters to scan and the details of the phase space.
Definition in file p_differ.h.