Changeset 5442 for anuga_work/production/geraldton/run_geraldton.py
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/geraldton/run_geraldton.py
r5150 r5442 157 157 domain.set_store_vertices_uniquely(False) 158 158 domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum']) 159 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK)160 159 print 'domain id', id(domain) 161 domain.beta_h = 0 162 #domain.tight_slope_limiters = 1 160 163 161 164 162 #-------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.