Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 382 Bytes

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