ngsxfem / ngsxfem-jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker build Docker Pulls badge

lite-badge

Interactive Tutorials for ngsxfem

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.

Running the tutorials

There are at least three ways you can run the tutorials:

  1. Run the tutorials from your host machine which has a recent ngsxfem installed with
jupyter notebook tutorials.ipynb
  1. run a docker container with ngsxfem and spawn a jupyter server there, e.g. with
docker run -p 8888:8888 ngsxfem/ngsxfem-jupyter
  1. or run ngsxfem interactively in the cloud without any local installation through the binder service: badge

About


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.6%Language:Dockerfile 0.2%