Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 568 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 568 Bytes

Full-order Models

Notebooks demonstrating the ODE and (full-order) PDE models from the numerical examples.

The models themselves are defined in the following files.

  • pde_models.py: Partial differential equation models (Euler, heat).
  • ode_models.py: Ordinary differential equation models (SEIRD).