model.h File Reference

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

Go to the source code of this file.

Classes

class  mio::oseirmetapop::Model< FP >
 The Model holds the Parameters and the initial Populations for every region and defines the ordinary differential equations. More...
 

Namespaces

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

Typedefs

using mio::oseirmetapop::Flows = TypeList< Flow< InfectionState::Susceptible, InfectionState::Exposed >, Flow< InfectionState::Exposed, InfectionState::Infected >, Flow< InfectionState::Infected, InfectionState::Recovered > >