39 |
'usersguide/diffusion.py', |
'usersguide/diffusion.py', |
40 |
'usersguide/poisson_vtk.py', |
'usersguide/poisson_vtk.py', |
41 |
'usersguide/slip.py', |
'usersguide/slip.py', |
42 |
'usersguide/int_save.py' |
'usersguide/int_save.py', |
43 |
] |
] |
44 |
|
|
45 |
example_files_no_mpi = [ |
example_files_no_mpi = [ |
86 |
example_files_allow_mpi.append('usersguide/wave.py') |
example_files_allow_mpi.append('usersguide/wave.py') |
87 |
if haveGMSH: |
if haveGMSH: |
88 |
example_files_no_mpi.append('cookbook/run_heatrefraction.py') |
example_files_no_mpi.append('cookbook/run_heatrefraction.py') |
89 |
|
if haveGMSH: |
90 |
|
example_files_allow_mpi.append('usersguide/trapezoid.py') |
91 |
|
example_files_allow_mpi.append('usersguide/quad.py') |
92 |
|
example_files_allow_mpi.append('usersguide/brick.py') |
93 |
|
example_files_allow_mpi.append('usersguide/refine.py') |
94 |
|
|
95 |
|
|
96 |
# we want to make sure these are still added to the examples bundle even if we can't run them |
# we want to make sure these are still added to the examples bundle even if we can't run them |
97 |
if not haveGMSH: |
if not haveGMSH: |
98 |
example_deps.append('cookbook/run_heatrefraction.py') |
example_deps.append('cookbook/run_heatrefraction.py') |
99 |
|
example_deps.append('usersguide/trapezoid.py') |
100 |
|
example_deps.append('usersguide/quad.py') |
101 |
|
example_deps.append('usersguide/brick.py') |
102 |
|
example_deps.append('usersguide/refine.py') |
103 |
if not haveGD: |
if not haveGD: |
104 |
example_deps.append('cookbook/twodheatdiff001.py') |
example_deps.append('cookbook/twodheatdiff001.py') |
105 |
example_deps.append('usersguide/poisson_matplotlib.py') |
example_deps.append('usersguide/poisson_matplotlib.py') |