Go to the source code of this file.
|
| | mio |
| | A collection of classes to simplify handling of matrix shapes in meta programming.
|
| |
| | mio::lsecir2d |
| |
|
| enum class | mio::lsecir2d::InfectionState {
mio::lsecir2d::Susceptible = 0
, mio::lsecir2d::Exposed_1a = 1
, mio::lsecir2d::InfectedNoSymptoms_1a = 2
, mio::lsecir2d::InfectedSymptoms_1a = 3
,
mio::lsecir2d::InfectedSevere_1a = 4
, mio::lsecir2d::InfectedCritical_1a = 5
, mio::lsecir2d::Recovered_1a = 6
, mio::lsecir2d::Dead_a = 7
,
mio::lsecir2d::Exposed_2a = 8
, mio::lsecir2d::InfectedNoSymptoms_2a = 9
, mio::lsecir2d::InfectedSymptoms_2a = 10
, mio::lsecir2d::InfectedSevere_2a = 11
,
mio::lsecir2d::InfectedCritical_2a = 12
, mio::lsecir2d::Exposed_1b = 13
, mio::lsecir2d::InfectedNoSymptoms_1b = 14
, mio::lsecir2d::InfectedSymptoms_1b = 15
,
mio::lsecir2d::InfectedSevere_1b = 16
, mio::lsecir2d::InfectedCritical_1b = 17
, mio::lsecir2d::Recovered_1b = 18
, mio::lsecir2d::Dead_b = 19
,
mio::lsecir2d::Exposed_2b = 20
, mio::lsecir2d::InfectedNoSymptoms_2b = 21
, mio::lsecir2d::InfectedSymptoms_2b = 22
, mio::lsecir2d::InfectedSevere_2b = 23
,
mio::lsecir2d::InfectedCritical_2b = 24
, mio::lsecir2d::Recovered_2ab = 25
, mio::lsecir2d::Count = 26
} |
| | The InfectionState enum describes the basic categories for the infection state of persons. More...
|
| |