| 
    The Conley-Morse Graphs Software
    
   | 
 
Configuration for an approximate time-t map for the Lorenz equations. More...
Go to the source code of this file.
Macros | |
| #define | CONFIG_ENHANCEINV 1 | 
| #define | CONFIG_PARAMPOINTS | 
Typedefs | |
| typedef MapLorenzApprox | theMapType | 
| Defines the type of the map to be used for the computations.  More... | |
Variables | |
| const int | controlNumber = 31251 | 
| The control number that is used to confirm the compatibility between the coordinator and workers.  More... | |
Configuration for an approximate time-t map for the Lorenz equations.
Definition in file c_lorenz_a.h.
| #define CONFIG_ENHANCEINV 1 | 
Definition at line 36 of file c_lorenz_a.h.
| #define CONFIG_PARAMPOINTS | 
Definition at line 39 of file c_lorenz_a.h.
| typedef MapLorenzApprox theMapType | 
Defines the type of the map to be used for the computations.
The corresponding header file must be included prior to this definition.
Definition at line 59 of file c_lorenz_a.h.
| const int controlNumber = 31251 | 
The control number that is used to confirm the compatibility between the coordinator and workers.
Please, increase this number by 1 every time the configuration of the program changes substantially (e.g., different parameter ranges, different numbers of subintervals, or different maps are chosen).
Definition at line 87 of file c_lorenz_a.h.