Changeset 8741
- Timestamp:
- Mar 5, 2013, 10:16:57 PM (12 years ago)
- Location:
- trunk/anuga_core/source/anuga_validation_tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_dry/produce_results.py
r8739 r8741 4 4 from anuga_validation_tests.utilities.fabricate import * 5 5 from anuga_validation_tests.utilities.run_validation import run_validation_script 6 6 import os 7 7 8 8 # Setup the python scripts which produce the output for this … … 11 11 run_validation_script('numerical_dam_break_dry.py') 12 12 run_validation_script('plot_results.py') 13 os.system('pdflatex report.tex') 14 run('bibtex', 'report') 13 15 run('pdflatex', 'report.tex') 16 14 17 15 18 def clean(): -
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_dry/report.tex
r8739 r8741 1 \documentclass[11pt,a4paper]{a rticle}1 \documentclass[11pt,a4paper]{amsart} 2 2 3 3 \usepackage{graphicx} -
trunk/anuga_core/source/anuga_validation_tests/local-defs.tex
r8394 r8741 1 1 2 \newcommand{\anuga}{\textsc{ anuga}}2 \newcommand{\anuga}{\textsc{ANUGA}} 3 3 4 4 -
trunk/anuga_core/source/anuga_validation_tests/parameters.py
r8682 r8741 8 8 9 9 10 alg = ' 2_0'10 alg = '1_5' 11 11 cfl = 1.0 12 12
Note: See TracChangeset
for help on using the changeset viewer.