Changeset 8395


Ignore:
Timestamp:
Apr 12, 2012, 9:16:01 AM (13 years ago)
Author:
steve
Message:

Setting up some files for the validation_tests directory

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/report.tex

    r8392 r8395  
    11\documentclass[11pt,a4paper]{report}
     2
    23
    34
     
    1617
    1718Here we collect the results of running our validation tests.
     19
     20\section{Adding New Tests}
     21To setup a new validation test, create a test directory under the \textsc{Tests}
     22directory. In htat directory there should be the test code, a \TeX{} file \texttt{results.tex}
     23and a python script \texttt{produce\_results.py}. In this \TeX{} file, \texttt{report.tex}, add a
     24line
     25\begin{verbatim}
     26\inputresults{Tests/Directory/Name}
     27\end{verbatim}
    1828
    1929%======================
  • trunk/anuga_work/shallow_water_balanced_steve/run_sw_merimbula.py

    r8382 r8395  
    5050#mesh_filename = "test-20.tsh" ; x0 = 250.0 ; x1 = 350.0
    5151yieldstep = 20
    52 finaltime = 200
     52finaltime = 2000
    5353verbose = True
    5454
     
    9797#domain.set_CFL(0.7)
    9898#domain.set_beta(1.5)
    99 domain.set_compute_fluxes_method('wb_1')
     99domain.set_extrapolate_velocity(True)
     100domain.set_compute_fluxes_method('wb_3')
    100101domain.set_name('merimbula')
    101102
Note: See TracChangeset for help on using the changeset viewer.