Changeset 8529 for trunk/anuga_core/validation_tests/Tests/Simple/dam_break
- Timestamp:
- Aug 21, 2012, 11:07:14 PM (13 years ago)
- Location:
- trunk/anuga_core/validation_tests/Tests/Simple/dam_break
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/Tests/Simple/dam_break
-
Property
svn:ignore
set to
.deps
-
Property
svn:ignore
set to
-
trunk/anuga_core/validation_tests/Tests/Simple/dam_break/produce_results.py
r8468 r8529 1 from anuga.utilities.argparsing import run_validation_script 1 #-------------------------------- 2 # import modules 3 #-------------------------------- 4 from fabricate import * 5 from validation_tests.utilities import run_validation_script 2 6 3 7 4 run_validation_script('dam_break.py') 5 run_validation_script('plot_results.py') 8 # Setup the python scripts which produce the output for this 9 # validation test 10 def build(): 11 run_validation_script('dam_break.py') 12 run_validation_script('plot_results.py') 6 13 14 def clean(): 15 autoclean() 7 16 17 main() 8 18 9
Note: See TracChangeset
for help on using the changeset viewer.