epirecipes / sir-julia

Various implementations of the classical SIR model in Julia
MIT License
196 stars 39 forks source link

Add PDE age structured model #55

Open sdwfrost opened 2 years ago

sdwfrost commented 2 years ago

See here

sdwfrost commented 1 year ago

See https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5857139/ for an example of a backward-in-space discretization scheme.

MethodOfLines.jl now supports integrals, allowing the discretization to be automatically generated from PDEs.