Changeset 5574
- Timestamp:
- Jul 25, 2008, 4:07:21 PM (16 years ago)
- Location:
- anuga_core
- Files:
-
- 156 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/demos/runup.py
r5571 r5574 37 37 38 38 def topography(x,y): 39 #return -x/2 # linear bed slope40 return x*(-(2.0-x)*.5) # curved bed slope39 return -x/2 # linear bed slope 40 #return x*(-(2.0-x)*.5) # curved bed slope 41 41 42 42 domain.set_quantity('elevation', topography) # Use function for elevation
Note: See TracChangeset
for help on using the changeset viewer.