Changeset 8750
- Timestamp:
- Mar 9, 2013, 11:32:28 PM (12 years ago)
- Location:
- trunk/anuga_core/source
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/run_parallel_sw_merimbula.py
r8525 r8750 135 135 136 136 137 domain.set_quantities_to_be_stored({'elevation':1, 138 'friction':1, 139 'stage':2, 140 'xmomentum':2, 141 'ymomentum':2}) 142 137 143 #------------------------------------------------------------------------------ 138 144 # Setup boundary conditions -
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_dry/numerical_dam_break_dry.py
r8719 r8750 1 """Simple water flow exampleusing ANUGA1 """Simple dam break using ANUGA 2 2 3 Water driven up a linear slope and time varying boundary,4 similar to a beach environment5 3 """ 6 4 … … 13 11 14 12 15 13 #pprint 16 14 #------------------------------------------------------------------------------- 17 15 # Copy scripts to time stamped output directory and capture screen -
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_dry/produce_results.py
r8743 r8750 12 12 run_validation_script('plot_results.py') 13 13 run('pdflatex', 'report.tex') 14 run('bibtex', 'report')15 run('pdflatex', 'report.tex')14 os.system('bibtex report') 15 os.system('pdflatex report.tex') 16 16 run('bibtex', 'report') 17 17 run('pdflatex', 'report.tex') -
trunk/anuga_core/source/anuga_validation_tests/parameters.py
r8741 r8750 8 8 9 9 10 10 11 alg = '1_5' 11 12 cfl = 1.0
Note: See TracChangeset
for help on using the changeset viewer.