parameters.h File Reference

CPP API: parameters.h File Reference
ode_seir_metapop/parameters.h File Reference
Include dependency graph for ode_seir_metapop/parameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::oseirmetapop::CommutingStrengths< FP >
 The commuting patterns between different Regions are modelled using a ContactMatrix of size n_regions x n_regions. More...
 
struct  mio::oseirmetapop::ContactPatterns< FP >
 The contact patterns within the society are modelled using a ContactMatrix. More...
 
class  mio::oseirmetapop::Parameters< FP >
 Parameters of the SEIR metapopulation model. More...
 
struct  mio::oseirmetapop::PopulationAfterCommuting< FP >
 The number of individuals in each Region and AgeGroup if commuting was applied. More...
 
struct  mio::oseirmetapop::TimeExposed< FP >
 The latent time in day unit. More...
 
struct  mio::oseirmetapop::TimeInfected< FP >
 The infectious time in day unit. More...
 
struct  mio::oseirmetapop::TransmissionProbabilityOnContact< FP >
 Probability of getting infected from a contact. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::oseirmetapop
 

Typedefs

template<typename FP = ScalarType>
using mio::oseirmetapop::ParametersBase = ParameterSet< TransmissionProbabilityOnContact< FP >, TimeExposed< FP >, TimeInfected< FP >, ContactPatterns< FP >, CommutingStrengths< FP >, PopulationAfterCommuting< FP > >
 
using mio::oseirmetapop::Region = mio::regions::Region