Changeset 8767
- Timestamp:
- Mar 18, 2013, 11:56:01 AM (12 years ago)
- Location:
- trunk/anuga_core/source/anuga_validation_tests/Analytical_exact
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/avalanche_dry/produce_results.py
r8743 r8767 11 11 run_validation_script('numerical_avalanche_dry.py') 12 12 run_validation_script('plot_results.py') 13 run('pdflatex', 'report.tex') 14 run('bibtex', 'report') 15 run('pdflatex', 'report.tex') 16 run('bibtex', 'report') 17 run('pdflatex', 'report.tex') 18 run('bibtex', 'report') 13 run('python', 'produce_report.py') 19 14 20 15 def clean(): -
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/avalanche_wet/produce_results.py
r8743 r8767 11 11 run_validation_script('numerical_avalanche_wet.py') 12 12 run_validation_script('plot_results.py') 13 run('pdflatex', 'report.tex') 14 run('bibtex', 'report') 15 run('pdflatex', 'report.tex') 16 run('bibtex', 'report') 17 run('pdflatex', 'report.tex') 18 run('bibtex', 'report') 13 run('python', 'produce_report.py') 19 14 20 15 def clean(): -
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_dry/produce_results.py
r8755 r8767 12 12 run_validation_script('plot_results.py') 13 13 run('python', 'produce_report.py') 14 15 14 16 15 def clean(): -
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_wet/produce_results.py
r8743 r8767 11 11 run_validation_script('numerical_dam_break_wet.py') 12 12 run_validation_script('plot_results.py') 13 run('pdflatex', 'report.tex') 14 run('bibtex', 'report') 15 run('pdflatex', 'report.tex') 16 run('bibtex', 'report') 17 run('pdflatex', 'report.tex') 18 run('bibtex', 'report') 13 run('python', 'produce_report.py') 19 14 20 15 def clean():
Note: See TracChangeset
for help on using the changeset viewer.