An Object-Oriented Solver for Modeling the Multi-regional COVID-19 Outbreak
Palavras-chave:
SIR-like models, Space-dependent models, Object-oriented programmingResumo
This paper presents the result of the work of a group of Undergraduate Students at Emory University, Atlanta (GA),
USA (under the mentorship of A. Veneziani). We present a solver of a classical epidemiological model addressing
the space-dependence of the outbreak by splitting a domain of interest (the “Domain”) into subdomains (the “Ge-
ographical Units”) connected by matrices representing the inter-regional mobility. We address the implementation
of the solver with an Object-Oriented approach to promptly manage an arbitrary number of GU in the domain and
to enable an easy, modular refinement of the local model.