Changeset 2533 for inundation/examples
- Timestamp:
- Mar 13, 2006, 2:18:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/examples/beach.py
r1977 r2533 10 10 ###################### 11 11 # Module imports 12 #13 12 14 13 import sys … … 16 15 #sys.path.append('..'+sep+'pyvolution') 17 16 18 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\17 from pyvolution.shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\ 19 18 Transmissive_boundary, Time_boundary, Wind_stress 20 19 21 from p mesh2domain import pmesh_to_domain_instance22 from util import read_polygon, Polygon_function20 from pyvolution.pmesh2domain import pmesh_to_domain_instance 21 from utilities.polygon import read_polygon, Polygon_function 23 22 from math import pi 24 23 from Numeric import choose, greater, ones, sin, exp
Note: See TracChangeset
for help on using the changeset viewer.