In this repository we gather the tutorial material that provides an introduction to the ngsxfem
library for NGSolve
. The units are explained and linked in tutorials.ipynb.
There are at least three ways you can run the tutorials:
- Run the tutorials from your host machine which has a recent
ngsxfem
installed with
jupyter notebook tutorials.ipynb
- run a docker container with
ngsxfem
and spawn a jupyter server there, e.g. with
docker run -p 8888:8888 ngsxfem/ngsxfem-jupyter
- or run
ngsxfem
interactively in the cloud without any local installation through the binder service: