@@ -44,34 +44,34 @@ jobs:
44
44
jupyter-nbconvert --to python fundamentals_code.ipynb
45
45
python3 -c "from pyvista.utilities.xvfb import start_xvfb; start_xvfb(0)"
46
46
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
75
75
# Runs a single command using the runners shell
76
76
- name : Build the book
77
77
run : |
0 commit comments