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

Configuration for the time-t map for an infectious disease model. More...

#include "p_inf.h"
#include "m_inf.h"
#include "indknown.h"
#include "procmdec.h"

Go to the source code of this file.

Macros

#define CONFIG_ONLYPREPROCESSING
 
#define CONFIG_ODEVART
 
#define PLOT_X_COORD   0
 
#define PLOT_Y_COORD   2
 
#define _MAP_COMP_TIGHT_
 

Typedefs

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

Variables

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

Detailed Description

Configuration for the time-t map for an infectious disease model.

Author
Pawel Pilarczyk

Definition in file c_inf_t.h.

Macro Definition Documentation

◆ _MAP_COMP_TIGHT_

#define _MAP_COMP_TIGHT_

Definition at line 103 of file c_inf_t.h.

◆ CONFIG_ODEVART

#define CONFIG_ODEVART

Definition at line 74 of file c_inf_t.h.

◆ CONFIG_ONLYPREPROCESSING

#define CONFIG_ONLYPREPROCESSING

Definition at line 43 of file c_inf_t.h.

◆ PLOT_X_COORD

#define PLOT_X_COORD   0

Definition at line 78 of file c_inf_t.h.

◆ PLOT_Y_COORD

#define PLOT_Y_COORD   2

Definition at line 82 of file c_inf_t.h.

Typedef Documentation

◆ theMapType

typedef MapInf 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 102 of file c_inf_t.h.

Variable Documentation

◆ controlNumber

const int controlNumber = 31130

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 133 of file c_inf_t.h.