Changeset 2320 for inundation/examples/bedslope.py
- Timestamp:
- Feb 1, 2006, 4:53:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/examples/bedslope.py
r2300 r2320 18 18 domain = Domain(points, vertices, boundary) 19 19 domain.set_name('bedslope') 20 domain.set_quantities_to_be_stored('stage') 20 domain.set_datadir('.') #Use current directory for output 21 domain.set_quantities_to_be_stored('stage') #See shallow_water.py 21 22 22 23 … … 43 44 44 45 46 print 'Tags are ', domain.get_boundary_tags() 47 45 48 domain.set_boundary({'left': Bd, 'right': Br, 'top': Br, 'bottom': Br}) 46 49 #domain.set_boundary({'left': Bw, 'right': Br, 'top': Br, 'bottom': Br})
Note: See TracChangeset
for help on using the changeset viewer.