The Conley-Morse Graphs Software
Namespaces | Macros | Variables
p_inf.h File Reference

Parameters for an infectious disease ODE. More...

Go to the source code of this file.

Namespaces

namespace  custom
 Customizable settings that are supposed to be modified and/or chosen by the user of the software.
 
namespace  custom::InfModel
 Parameters for the two coupled quintic Vanderpol maps.
 

Macros

#define ALPHA1_EQ_ALPHA2
 
#define BETA1_EQ_BETA2
 

Variables

const int custom::InfModel::spaceDim = 4
 The dimension of the phase space. More...
 
const bool custom::InfModel::spaceWrapping [spaceDim] = {false, false, false, false}
 Is space wrapping (a.k.a. More...
 
const int custom::InfModel::initialDepth = 3
 The initial depth of subdivisions in the phase space. More...
 
const int custom::InfModel::finalDepth = 9
 The final depth of subdivisions in the phase space. More...
 
const int custom::InfModel::paramDim = 2
 The dimension of the parameter space to iterate. More...
 
const short int custom::InfModel::paramSubdiv [paramDim] = {200, 200}
 The numbers of subintervals in each direction of the parameter space. More...
 
const int custom::InfModel::paramSelect [paramDim] = {2, 4}
 The numbers of parameters to subdivide. More...
 
const int custom::InfModel::paramCount = 16
 The number of all the parameters, both varying and fixed. More...
 
const double custom::InfModel::paramLeft [paramCount]
 The left bounds on the parameters. More...
 
const double custom::InfModel::paramRight [paramCount]
 The right bounds on the parameters. More...
 
const double custom::InfModel::spaceOffset [spaceDim] = {0, 0, 0, 0}
 The offset of the rectangular area in the phase space which contains the invariant sets of interest. More...
 
const double custom::InfModel::spaceWidth [spaceDim] = {100, 100, 100, 100}
 The width of the rectangular area in the phase space which contains the invariant sets of interest. More...
 
const int custom::InfModel::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. More...
 
const int custom::InfModel::maxRefineSize0 = 3000
 The maximal allowed size of a set of cubes in the phase space which can be refined at the initial subdivision level. More...
 
const int custom::InfModel::maxRefineSize1 = 3000
 The maximal allowed size of a set of cubes in the phase space which can be refined at the subsequent subdivision levels. More...
 
const int custom::InfModel::maxImageDiameter = 50
 The maximal allowed diameter of the cubical image of a signle box. More...
 
const int custom::InfModel::maxImageVolume = 361
 The maximal allowed volume of the cubical image of a single box. More...
 
const int custom::InfModel::maxIndexPairSize = 10000
 The maximal allowed size of the index pair. More...
 
const int custom::InfModel::maxJoinSize = 2000
 The maximal number of cubes in a trivial Morse set for which an attempt is made to join this set with another near-by Morse set. More...
 
const int custom::InfModel::maxJoinConnection = 1000
 The maximal size of a connecting orbit between two Morse sets which can be considered for joining. More...
 
const int custom::InfModel::maxJoinDistance = 10
 The maximal allowed distance between two Morse sets which can be considered for joining. More...
 
const bool custom::InfModel::compareMorseOrdering = false
 Should the ordering between the Morse sets be taken into consideration while determining whether two Morse decompositions computed for adjacent parameter boxes are in the same class? More...
 
const bool custom::InfModel::ignoreIsolationForContinuation = true
 Ignoring the isolation problem while matching Morse decompositions. More...
 
const bool custom::InfModel::ignoreIsolationForConleyIndex = false
 Ignoring the isolation problem while computing the Conley index. More...
 

Detailed Description

Parameters for an infectious disease ODE.

Author
Pawel Pilarczyk

Definition in file p_inf.h.

Macro Definition Documentation

◆ ALPHA1_EQ_ALPHA2

#define ALPHA1_EQ_ALPHA2

Definition at line 97 of file p_inf.h.

◆ BETA1_EQ_BETA2

#define BETA1_EQ_BETA2

Definition at line 98 of file p_inf.h.