Go to the source code of this file.
Namespaces | |
| namespace | custom |
| namespace | custom::limits2d |
Variables | |
| const int | custom::limits2d::refineDepth = 5 |
| 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. | |
| const int | custom::limits2d::maxRefineSize0 = 200000 |
| The maximal allowed size of a set of cubes in the phase space which can be refined at the initial subdivision level. | |
| const int | custom::limits2d::maxRefineSize1 = 50000 |
| The maximal allowed size of a set of cubes in the phase space which can be refined at the subsequent subdivision levels. | |
| const int | custom::limits2d::maxImageDiameter = 3000 |
| The maximal allowed diameter of the cubical image of a signle box. | |
| const int | custom::limits2d::maxImageVolume = 6000 |
| The maximal allowed volume of the cubical image of a single box. | |
| const int | custom::limits2d::maxIndexPairSize = 1200000 |
| The maximal allowed size of the index pair. | |
This file contains the definitions of a few limits imposed on selected aspect of the computations, like the maximal acceptable size of an index pair. These parameters impact the memory consumption of the program so these limits must be increased with care if necessary.
Definition in file limits2d.h.
1.5.3