We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3826051 commit 8b43870Copy full SHA for 8b43870
.github/workflows/main-test.yml
@@ -56,6 +56,8 @@ jobs:
56
jupyter-nbconvert --to python fundamentals_code.ipynb
57
python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)"
58
mpirun -n 2 python3 fundamentals_code.py
59
+ jupyter-nbconvert --to python nitsche.ipynb
60
+ mpirun -n 2 python3 nitsche.py
61
jupyter-nbconvert --to python membrane_code.ipynb
62
mpirun -n 2 python3 membrane_code.py
63
cd ../chapter2
0 commit comments