Changeset 3777
- Timestamp:
- Oct 13, 2006, 3:07:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga_parallel/test_parallel_sw_runup.py
r3776 r3777 43 43 44 44 domain.set_quantity('elevation', topography) # Use function for elevation 45 domain.set_quantity('friction', 0. 1) # Constant friction46 domain.set_quantity('stage', -. 4) # Constant initial stage45 domain.set_quantity('friction', 0.0) # Constant friction 46 domain.set_quantity('stage', -.5) # Constant initial stage 47 47 48 48
Note: See TracChangeset
for help on using the changeset viewer.