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 | #-------------------------------- |
---|
4 | from fabricate import * |
---|
5 | from validation_tests.utilities import run_validation_script |
---|
6 | |
---|
7 | |
---|
8 | # Setup the python scripts which produce the output for this |
---|
9 | # validation test |
---|
10 | def 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 | |
---|
15 | def clean(): |
---|
16 | autoclean() |
---|
17 | |
---|
18 | main() |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.