Skip to content

Commit 170651e

Browse files
committed
Add back all demos
1 parent 4bb82b0 commit 170651e

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/blank.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,34 @@ jobs:
4444
jupyter-nbconvert --to python fundamentals_code.ipynb
4545
python3 -c "from pyvista.utilities.xvfb import start_xvfb; start_xvfb(0)"
4646
mpirun -n 2 python3 fundamentals_code.py
47-
# jupyter-nbconvert --to python membrane_code.ipynb
48-
# mpirun -n 2 python3 membrane_code.py
49-
# cd ../chapter2
50-
# jupyter-nbconvert --to python diffusion_code.ipynb
51-
# mpirun -n 2 python3 diffusion_code.py
52-
# jupyter-nbconvert --to python heat_code.ipynb
53-
# mpirun -n 2 python3 heat_code.py
54-
# jupyter-nbconvert --to python linearelasticity_code.ipynb
55-
# mpirun -n 2 python3 linearelasticity_code.py
56-
# jupyter-nbconvert --to python nonlinpoisson_code.ipynb
57-
# mpirun -n 2 python3 nonlinpoisson_code.py
58-
# jupyter-nbconvert --to python ns_code1.ipynb
59-
# mpirun -n 2 python3 ns_code1.py
60-
# jupyter-nbconvert --to python ns_code2.ipynb
61-
# mpirun -n 2 python3 ns_code2.py
62-
# cd ../chapter3
63-
# jupyter-nbconvert --to python neumann_dirichlet_code.ipynb
64-
# mpirun -n 3 python3 neumann_dirichlet_code.py
65-
# jupyter-nbconvert --to python multiple_dirichlet.ipynb
66-
# mpirun -n 3 python3 multiple_dirichlet.py
67-
# jupyter-nbconvert --to python subdomains.ipynb
68-
# mpirun -n 3 python3 subdomains.py
69-
# jupyter-nbconvert --to python robin_neumann_dirichlet.ipynb
70-
# mpirun -n 3 python3 robin_neumann_dirichlet.py
71-
# jupyter-nbconvert --to python component_bc.ipynb
72-
# mpirun -n 3 python3 component_bc.py
73-
# jupyter-nbconvert --to python em.ipynb
74-
# mpirun -n 3 python3 em.py
47+
jupyter-nbconvert --to python membrane_code.ipynb
48+
mpirun -n 2 python3 membrane_code.py
49+
cd ../chapter2
50+
jupyter-nbconvert --to python diffusion_code.ipynb
51+
mpirun -n 2 python3 diffusion_code.py
52+
jupyter-nbconvert --to python heat_code.ipynb
53+
mpirun -n 2 python3 heat_code.py
54+
jupyter-nbconvert --to python linearelasticity_code.ipynb
55+
mpirun -n 2 python3 linearelasticity_code.py
56+
jupyter-nbconvert --to python nonlinpoisson_code.ipynb
57+
mpirun -n 2 python3 nonlinpoisson_code.py
58+
jupyter-nbconvert --to python ns_code1.ipynb
59+
mpirun -n 2 python3 ns_code1.py
60+
jupyter-nbconvert --to python ns_code2.ipynb
61+
mpirun -n 2 python3 ns_code2.py
62+
cd ../chapter3
63+
jupyter-nbconvert --to python neumann_dirichlet_code.ipynb
64+
mpirun -n 3 python3 neumann_dirichlet_code.py
65+
jupyter-nbconvert --to python multiple_dirichlet.ipynb
66+
mpirun -n 3 python3 multiple_dirichlet.py
67+
jupyter-nbconvert --to python subdomains.ipynb
68+
mpirun -n 3 python3 subdomains.py
69+
jupyter-nbconvert --to python robin_neumann_dirichlet.ipynb
70+
mpirun -n 3 python3 robin_neumann_dirichlet.py
71+
jupyter-nbconvert --to python component_bc.ipynb
72+
mpirun -n 3 python3 component_bc.py
73+
jupyter-nbconvert --to python em.ipynb
74+
mpirun -n 3 python3 em.py
7575
# Runs a single command using the runners shell
7676
- name: Build the book
7777
run: |

0 commit comments

Comments
 (0)