Partial differential equations (PDEs) may depend on both space and time derivatives such as the parabolic heat equation
which describes how temperature changes over time in a material with thermal conductivity
Leap frog algorithm for solving the heat equation
We can then transform the PDE into a finite difference equation on a
Von Neumann stability analysis
Not all combinations of
Class material
- Student notebooks 1
- Leap-frog method for the heat equation and von Neumann stability analysis: 15_PDEs-Students.ipynb
- Crank-Nicholson method applied to the heat equation: 15_CrankNicholson-Students.ipynb
- Lecture notebooks 2 (correspond to the student notebooks):
- 15_PDEs.ipynb and derivation of of the heat equation (PDF)
- discussion on the stability of the simple leapfrog algorithm and how the relaxation Jacobi algorithm for solving Poisson’s equation numerically implements solving a diffusion equation: 15_PDEs_comments.ipynb (PDF) and notes on stability and relaxation (PDF)
- 15_CrankNicholson.ipynb and derivation of the Crank-Nicholson algorithm (PDF)
Additional resources
- Computational Physics, Ch 20
- Numerical Recipes in C, WH Press, SA Teukolsky, WT Vetterling, BP Flannery. 2nd ed, 2002. Cambridge University Press. Chapter 19.
Footnotes
As usual,
git pull
the resources repository to get a local copy of the notebook. Then copy the notebook into your work directory in order to complete the exercises. ↩Notebook will be posted after class; in the mean time look at the student notebook. ↩