teaching-Poisson2D
Teaching Material
The notebook shows how to solve the Poisson equation in 2D for a given periodic source term.
The solution is found:
- Analitycally
- Numerically: spectral method
- Numerically: finite differneces
Dependencies
- Python 3
- Jupyter Notebook
- Numpy
- Matplotlib
Run the notebook
$ jupyter-notebook Poisson2D.ipynb