Home

Awesome

reproducing the examples (also on GitHub at hplgit/fenics-tutorial) from Solving PDEs in Python—The FEniCS Tutorial Volume 1 tutorial in scikit-fem

This idea was hatched in https://github.com/kinnala/scikit-fem/issues/31.

Set-up

Using Miniconda.

conda create -n fenics-tuto-in-skfem python h5py
conda activate fenics-tuto-in-skfem
conda install scipy matplotlib
pip install scikit-fem pygmsh 
conda install sympy
pip install pyamgcl  # for 08