The Conley-Morse Graphs Software
Macros | Typedefs | Variables
c_roessler_a.h File Reference

Configuration for an approximate time-t map for the Roessler equations. More...

#include "p_roessler.h"
#include "m_roessler_a.h"
#include "indknown.h"
#include "procmdec.h"
#include "procsave.h"
#include "procshape.h"

Go to the source code of this file.

Macros

#define CONFIG_ODEBOUNDINGBOX
 
#define CONFIG_ENHANCEINV   1
 

Typedefs

typedef MapRoesslerApprox theMapType
 Defines the type of the map to be used for the computations. More...
 

Variables

const int controlNumber = 31249
 The control number that is used to confirm the compatibility between the coordinator and workers. More...
 

Detailed Description

Configuration for an approximate time-t map for the Roessler equations.

Author
Pawel Pilarczyk

Definition in file c_roessler_a.h.

Macro Definition Documentation

◆ CONFIG_ENHANCEINV

#define CONFIG_ENHANCEINV   1

Definition at line 70 of file c_roessler_a.h.

◆ CONFIG_ODEBOUNDINGBOX

#define CONFIG_ODEBOUNDINGBOX

Definition at line 66 of file c_roessler_a.h.

Typedef Documentation

◆ 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 90 of file c_roessler_a.h.

Variable Documentation

◆ controlNumber

const int controlNumber = 31249

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 122 of file c_roessler_a.h.