source: trunk/anuga_core/validation_tests/report.tex @ 8407

Last change on this file since 8407 was 8407, checked in by davies, 13 years ago

Adding validation test to the testing document

File size: 1.2 KB
Line 
1\documentclass[11pt,a4paper]{report}
2
3
4
5\usepackage{graphicx}
6\usepackage{epstopdf}
7
8\input{local-defs}
9
10%=========================================
11\begin{document} 
12%=========================================
13
14%======================
15\chapter{Introduction}
16%======================
17
18Here 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
22\textsc{Tests} directory. In that directory there should be the test code, a
23\TeX{} file \texttt{results.tex} and a python script
24\texttt{produce\_results.py}, which runs the simulation and produces the
25outputs. In this \TeX{} file, \texttt{report.tex}, add a line
26\begin{verbatim}
27\inputresults{Tests/Directory/Name}
28\end{verbatim}
29
30%======================
31\chapter{Analytical Tests}
32%======================
33
34\inputresults{Tests/Analytical/Dam_Break}
35
36\inputresults{Tests/Analytical/runup1}
37
38%======================
39\chapter{Experimental Tests}
40%======================
41
42\inputresults{Tests/Experimental/Isolated_Building}
43
44%======================
45\chapter{Real World Tests}
46%======================
47
48\inputresults{Tests/Real_World/Patong}
49
50
51\end{document}
Note: See TracBrowser for help on using the repository browser.