-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Home
Lorena A. Barba edited this page Dec 8, 2015
·
31 revisions
This repository is the core of the "Practical Numerical Methods with Python course. Each course module consists of a set of IPython Notebooks (links below to the rendered notebook on nbviewer), practice exercises and a coding assignment. To access the practice problems and assignment, you need to register in the GW Online course platform.
How is this course going to work?
Introduction to finite-difference solutions of PDEs
Convection problems
- Conservation laws and the traffic-flow problem
- Numerical schemes for hyperbolic PDEs
- A better flux model
- Finite volume and MUSCL methods.
- Assignment: Sod's test problems
Diffusion problems
- Diffusion equation in 1D and boundary conditions
- Implicit schemes in 1D and boundary conditions
- 2D heat (diffusion) equation with explicit scheme
- 2D heat equation with implicit scheme, and applying boundary conditions
- Crank-Nicolson scheme and spatial & time convergence study
- Assignment: Reaction-diffusion with the Gray-Scott model in 2D
Elliptic problems