source: trunk/anuga_core/validation_tests/readme.txt @ 8721

Last change on this file since 8721 was 8552, checked in by steve, 12 years ago

Sped up neighbour_mesh

File size: 552 bytes
Line 
1The validation report can be generated as a .pdf with:
2> pdflatex report.tex
3or as a html using the program htlatex:
4> htlatex report.tex
5
6We have tried a few other latex2html converters (as of 18/05/2012), but they
7didn't seem to work neatly.
8
9You can run the validation tests using different parameters by making changes
10to the parameters.py file. THis would usually mean changing the flow_algorithm
11parameter.
12
13You need to add the directory containing validation_tests to your PYTHONPATH
14
15Ie
16
17export PYTHONPATH=/home/steve/anuga_core:$PYTHONPATH
Note: See TracBrowser for help on using the repository browser.