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
ngsxfeminstalled with
jupyter notebook tutorials.ipynb
- run a docker container with
ngsxfemand spawn a jupyter server there, e.g. with
docker run -p 8888:8888 ngsxfem/ngsxfem-jupyter
- or run
ngsxfeminteractively in the cloud without any local installation through the binder service: