Num-methods-for-pdes

Lecture material on numerical methods for partial differential equations.

Download .zip Download .tar.gz View on GitHub

Documents

All course notes and lectures are accessible from this web page.

Note: If you find any errors, do not send a pull request, but just report the errors to the author, Hans Petter Langtangen, at hpl@simula.no. The reason is that the documents in this repo are automatically generated from a common source code in another repo. All errors must be updated in this source code (typically, one error may affect about 30 files in the present repo).

Programs

Program files for examples and exercises are found at https://github.com/hplgit/num-methods-for-PDEs/tree/master/src. You can either access the files individually, or you can copy them to your computer by

$ git clone git@github.com:hplgit/num-methods-for-PDEs.git
$ cd num-methods-for-PDEs/src
If the files are updated, you get the updates by

$ cd num-methods-for-PDEs
$ git pull origin master