17 |
|
|
18 |
#_deps is for files which end in .py and are required for |
#_deps is for files which end in .py and are required for |
19 |
# testing but should not be invoked directly themselves |
# testing but should not be invoked directly themselves |
20 |
example_deps = ['cookbook/heatrefraction_mesher001.py', |
example_deps = ['cookbook/cblib.py', |
21 |
|
'cookbook/heatrefraction_mesher001.py', |
22 |
'cookbook/heatrefraction_mesher002.py', |
'cookbook/heatrefraction_mesher002.py', |
23 |
'cookbook/heatrefraction001.py', |
'cookbook/heatrefraction001.py', |
24 |
'cookbook/heatrefraction002.py', |
'cookbook/heatrefraction002.py', |
|
'cookbook/cblib.py', |
|
25 |
'cookbook/cblib1.py', |
'cookbook/cblib1.py', |
26 |
'cookbook/cblib2.py' |
'cookbook/cblib2.py' |
27 |
] |
] |
83 |
if haveMPL: |
if haveMPL: |
84 |
example_files_no_mpi.append('cookbook/onedheatdiff001.py') |
example_files_no_mpi.append('cookbook/onedheatdiff001.py') |
85 |
example_files_no_mpi.append('cookbook/onedheatdiff001b.py') |
example_files_no_mpi.append('cookbook/onedheatdiff001b.py') |
86 |
example_files_no_mpi.append('cookbook/onedheatdiff002.py') |
example_files_no_mpi.append('cookbook/onedheatdiff002.py') |
87 |
if mplversion>=mplmagicversion: |
if mplversion>=mplmagicversion: |
88 |
example_files_no_mpi.append('cookbook/twodheatdiff001.py') |
example_files_no_mpi.append('cookbook/twodheatdiff001.py') |
89 |
example_files_no_mpi.append('usersguide/poisson_matplotlib.py') |
example_files_no_mpi.append('usersguide/poisson_matplotlib.py') |
95 |
example_files_no_mpi.append('usersguide/quad.py') |
example_files_no_mpi.append('usersguide/quad.py') |
96 |
example_files_no_mpi.append('usersguide/brick.py') |
example_files_no_mpi.append('usersguide/brick.py') |
97 |
example_files_no_mpi.append('usersguide/refine.py') |
example_files_no_mpi.append('usersguide/refine.py') |
98 |
|
example_files_no_mpi.append('cookbook/simple_mesher001.py') |
99 |
|
example_files_no_mpi.append('cookbook/simple_solver001.py') |
100 |
|
example_files_no_mpi.append('cookbook/twodheatdiff001.py') |
101 |
|
|
102 |
# 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 |
103 |
if not haveGMSH: |
if not haveGMSH: |
106 |
example_deps.append('usersguide/quad.py') |
example_deps.append('usersguide/quad.py') |
107 |
example_deps.append('usersguide/brick.py') |
example_deps.append('usersguide/brick.py') |
108 |
example_deps.append('usersguide/refine.py') |
example_deps.append('usersguide/refine.py') |
109 |
|
example_deps.append('cookbook/simple_mesher001.py') |
110 |
|
example_deps.append('cookbook/simple_solver001.py') |
111 |
|
example_deps.append('cookbook/twodheatdiff001.py') |
112 |
if not haveGD: |
if not haveGD: |
113 |
example_deps.append('cookbook/twodheatdiff001.py') |
example_deps.append('cookbook/twodheatdiff001.py') |
114 |
example_deps.append('usersguide/poisson_matplotlib.py') |
example_deps.append('usersguide/poisson_matplotlib.py') |