lockdown_rules.cpp File Reference

CPP API: lockdown_rules.cpp File Reference
lockdown_rules.cpp File Reference
#include "abm/lockdown_rules.h"
#include "abm/parameters.h"
#include "abm/person.h"
#include "abm/time.h"
Include dependency graph for lockdown_rules.cpp:

Namespaces

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

Functions

void mio::abm::close_social_events (TimePoint t_begin, ScalarType p, Parameters &params)
 During lockdown Persons join social events less often. More...
 
void mio::abm::set_home_office (TimePoint t_begin, ScalarType p, Parameters &params)
 Persons who are in home office are staying at home instead of going to work. More...
 
void mio::abm::set_school_closure (TimePoint t_begin, ScalarType p, Parameters &params)
 If schools are closed, students stay at home instead of going to school. More...