An NGSolve add-on project for teaching how to implement high-order finite elements
Installation:
git clone https://github.com/TUWien-ASC/NGS-myhofe.git
cd NGS-myhofe
mkdir build
cd build
cmake ..
make -j4 install
Quick installation:
python3 -m pip install git+https://github.com/TUWien-ASC/NGS-myhofe -v