Changeset 8395
- Timestamp:
- Apr 12, 2012, 9:16:01 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/report.tex
r8392 r8395 1 1 \documentclass[11pt,a4paper]{report} 2 2 3 3 4 … … 16 17 17 18 Here we collect the results of running our validation tests. 19 20 \section{Adding New Tests} 21 To setup a new validation test, create a test directory under the \textsc{Tests} 22 directory. In htat directory there should be the test code, a \TeX{} file \texttt{results.tex} 23 and a python script \texttt{produce\_results.py}. In this \TeX{} file, \texttt{report.tex}, add a 24 line 25 \begin{verbatim} 26 \inputresults{Tests/Directory/Name} 27 \end{verbatim} 18 28 19 29 %====================== -
trunk/anuga_work/shallow_water_balanced_steve/run_sw_merimbula.py
r8382 r8395 50 50 #mesh_filename = "test-20.tsh" ; x0 = 250.0 ; x1 = 350.0 51 51 yieldstep = 20 52 finaltime = 200 52 finaltime = 2000 53 53 verbose = True 54 54 … … 97 97 #domain.set_CFL(0.7) 98 98 #domain.set_beta(1.5) 99 domain.set_compute_fluxes_method('wb_1') 99 domain.set_extrapolate_velocity(True) 100 domain.set_compute_fluxes_method('wb_3') 100 101 domain.set_name('merimbula') 101 102
Note: See TracChangeset
for help on using the changeset viewer.