source: trunk/anuga_work/development/carrier_greenspan/produce_results.py @ 8594

Last change on this file since 8594 was 8594, checked in by mungkasi, 12 years ago

Uploading the 1D Carrier-Greenspan test for 2D model.

File size: 458 bytes
Line 
1#--------------------------------
2# import modules
3#--------------------------------
4from fabricate import *
5from validation_tests.utilities import run_validation_script
6
7
8# Setup the python scripts which produce the output for this
9# validation test
10def build():
11    run_validation_script('run_carrier_greenspan_numeric.py')
12    run_validation_script('plot_results.py')
13    run_validation_script('plot_origin.py')   
14
15def clean():
16    autoclean()
17
18main()
19
Note: See TracBrowser for help on using the repository browser.