Go to the source code of this file.
Namespaces | |
| namespace | custom |
| namespace | custom::pop2s |
Classes | |
| struct | custom::pop2s::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::pop2s::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... | |
Variables | |
| const int | custom::pop2s::spaceDim = 2 |
| The dimension of the phase space. | |
| const int | custom::pop2s::initialDepth = 6 |
| The initial depth of subdivisions in the phase space. | |
| const int | custom::pop2s::finalDepth = 12 |
| The final depth of subdivisions in the phase space. | |
| const int | custom::pop2s::paramDim = 2 |
| The dimension of the parameter space to iterate. | |
| const short int | custom::pop2s::paramSubdiv [paramDim] = {80, 80} |
| The numbers of subintervals in each direction of the parameter space. | |
| const int | custom::pop2s::paramSelect [paramDim] = {0, 1} |
| The numbers of parameters to subdivide. | |
| const int | custom::pop2s::paramCount = 2 * spaceDim |
| The number of all the parameters, both varying and fixed. | |
| const double | custom::pop2s::paramLeft [paramCount] = {8, 3, 0.5, 0.1} |
| The left bounds on the parameters. | |
| const double | custom::pop2s::paramRight [paramCount] = {37, 50, 0.51, 0.1} |
| The right bounds on the parameters. | |
| const SpaceOffsetType | custom::pop2s::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. | |
| const SpaceWidthType | custom::pop2s::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. | |
| const int | custom::pop2s::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. | |
| const int | custom::pop2s::maxJoinConnection = 1000 |
| The maximal size of a connecting orbit between two Morse sets which can be considered for joining. | |
| const int | custom::pop2s::maxJoinDistance = 100 |
| The maximal allowed distance between two Morse sets which can be considered for joining. | |
| const bool | custom::pop2s::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? | |
| const bool | custom::pop2s::ignoreIsolationForContinuation = true |
| Ignoring the isolation problem while matching Morse decompositions. | |
| const bool | custom::pop2s::ignoreIsolationForConleyIndex = false |
| Ignoring the isolation problem while computing the Conley index. | |
The third parameter is of non-zero size, and corresponds to a slice of the computation with 3 varyinf 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 parpop2s.h.
1.5.3