The Conley-Morse Graphs Software
c_lorenz_t.h
Go to the documentation of this file.
1/////////////////////////////////////////////////////////////////////////////
2///
3/// @file
4///
5/// Configuration for the time-t map for the Lorenz equations,
6/// computed using tight enclosures.
7///
8/// @author Pawel Pilarczyk
9///
10/////////////////////////////////////////////////////////////////////////////
11
12// Copyright (C) 1997-2014 by Pawel Pilarczyk.
13//
14// This file is part of my research software package. This is free software:
15// you can redistribute it and/or modify it under the terms of the GNU
16// General Public License as published by the Free Software Foundation,
17// either version 3 of the License, or (at your option) any later version.
18//
19// This software is distributed in the hope that it will be useful,
20// but WITHOUT ANY WARRANTY; without even the implied warranty of
21// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22// GNU General Public License for more details.
23//
24// You should have received a copy of the GNU General Public License
25// along with this software; see the file "license.txt". If not,
26// please, see <https://www.gnu.org/licenses/>.
27
28// Started on June 26, 2012. Last revision: June 26, 2012.
29
30
31#ifndef _CMGRAPHS_CONFIG_H_
32#define _CMGRAPHS_CONFIG_H_
33
34
35// --------------------------------------------------
36// -------------- THE PARAMETER RANGES --------------
37// --------- AND THE PHASE SPACE SELECTION ----------
38// --------------------------------------------------
39
40#include "p_lorenz.h"
41using namespace custom::lorenz;
42
43
44// --------------------------------------------------
45// --------------- THE MAP SELECTION ----------------
46// --------------------------------------------------
47
48#include "m_lorenz.h"
49
50/// Defines the type of the map to be used for the computations.
51/// The corresponding header file must be included prior to this definition.
53#define _MAP_COMP_TIGHT_
54
55
56// --------------------------------------------------
57// -------------- KNOWN CONLEY INDICES --------------
58// --------------------------------------------------
59
60#include "indknown.h"
61using namespace custom::noKnownIndices;
62
63
64// --------------------------------------------------
65// ---- POST-PROCESSING OF MORSE DECOMPOSITIONS -----
66// --------------------------------------------------
67
68#include "procmdec.h"
69using namespace custom::noProcMorseDec;
70
71
72// --------------------------------------------------
73// ------------- COMPATIBILITY CONTROL --------------
74// --------------------------------------------------
75
76/// The control number that is used to confirm the compatibility
77/// between the coordinator and workers.
78/// Please, increase this number by 1 every time the configuration
79/// of the program changes substantially (e.g., different parameter ranges,
80/// different numbers of subintervals, or different maps are chosen).
81const int controlNumber = 31251;
82
83
84#endif // _CMGRAPHS_CONFIG_H_
85
const int controlNumber
The control number that is used to confirm the compatibility between the coordinator and workers.
Definition: c_lorenz_t.h:81
MapLorenz theMapType
Defines the type of the map to be used for the computations.
Definition: c_lorenz_t.h:52
This class defines the time-t map for the Lorenz equations.
Definition: m_lorenz.h:46
Known Conley indices for a dynamical system.
The time-t map for the Lorenz equations.
Parameters for the Lorenz time-t map with 3 parameters.
Definition: p_lorenz.h:37
Dummy version of a function for the computation of Conley indices of Morse sets which fail the isolat...
Definition: indknown.h:54
Dummy version of a function for the post-processing of Morse decompositions.
Definition: procmdec.h:52
Parameters for the Lorenz equations with 3 parameters.
Dummy post-processing of Morse decompositions.