Changeset 9008 for trunk/anuga_work/development/gareth/tests/urban_flow
- Timestamp:
- Oct 18, 2013, 5:37:29 PM (12 years ago)
- Location:
- trunk/anuga_work/development/gareth/tests/urban_flow
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/urban_flow/ideal_urban.py
r8774 r9008 12 12 #from anuga.structures.inlet_operator import Inlet_operator 13 13 14 from bal anced_devimport *15 from bal anced_devimport create_domain_from_regions as create_domain_from_regions14 from bal_and import * 15 from bal_and import create_domain_from_regions as create_domain_from_regions 16 16 #from anuga_tsunami import * 17 17 #from anuga_tsunami import create_domain_from_regions as create_domain_from_regions -
trunk/anuga_work/development/gareth/tests/urban_flow/plotme.py
r8523 r9008 1 1 ### Python code to do plotting of this experiment. 2 2 3 importutil3 from bal_and import plot_utils as util 4 4 import numpy 5 5 from matplotlib import pyplot as pyplot
Note: See TracChangeset
for help on using the changeset viewer.