From f10fc315e28d8677930e6c7257c2773cd6f6a8cf Mon Sep 17 00:00:00 2001 From: Geordie McBain Date: Mon, 4 Nov 2019 09:47:38 +1100 Subject: [PATCH] link 01 to tutorial text --- 01_poisson/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_poisson/README.md b/01_poisson/README.md index 4d2b980..1eab90f 100644 --- a/01_poisson/README.md +++ b/01_poisson/README.md @@ -1,5 +1,5 @@ Translation into scikit-fem from FEniCS of -[ft01_poisson.py](https://fenicsproject.org/pub/tutorial/python/vol1/ft01_poisson.py). +[ft01_poisson.py](https://fenicsproject.org/pub/tutorial/python/vol1/ft01_poisson.py), ['Fundamentals: Solving the Poisson equation'](https://fenicsproject.org/pub/tutorial/html/._ftut1004.html#ch:fundamentals). Saving the solution in [XDMF](https://xdmf.org) requires [h5py](https://pypi.org/project/h5py).