Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aquaULB/solving_pde_mooc
https://github.com/aquaULB/solving_pde_mooc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aquaULB/solving_pde_mooc
- Owner: aquaULB
- Created: 2020-09-14T13:44:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T09:29:02.000Z (11 months ago)
- Last Synced: 2024-07-04T02:13:21.777Z (4 months ago)
- Language: Python
- Size: 8.39 MB
- Stars: 54
- Watchers: 4
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
© B. Knaepen & Y. Velizhanina
# Numerical methods for partial differential equations
by Bernard Knaepen & Yelyzaveta Velizhanina
This Github repository contains an introduction to numerical methods for solving partial differential equations. It's divided in several chapters:
* Introduction
* Time integration
* Finite differences
* Partial differential equations
* Iterative methodsThe course material is provided in Jupyter notebooks that can be executed on a local machine after installing the required set of Python packages. The full set of installation instructions is available [in a dedicated notebook](https://github.com/aquaULB/solving_pde_mooc/blob/master/notebooks/01_Introduction/01_01_ToolkitSetup.md).
The course can also be accessed through [a static website](https://aquaulb.github.io/book_solving_pde_mooc).