- Timestamp:
- Sep 12, 2007, 1:09:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/performance_tests/okushiri/run_okushiri_profile.py
r4724 r4732 56 56 domain.set_all_limiters(0.9) # Max second order scheme (old lim) 57 57 domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m 58 domain.set_maximum_allowed_speed(0. 1) # Allow a littlerunoff (0.1 is OK)58 domain.set_maximum_allowed_speed(0.0) # No runoff (0.1 is OK) 59 59 domain.set_store_vertices_uniquely(False) 60 60 #domain.set_quantities_to_be_stored(None)
Note: See TracChangeset
for help on using the changeset viewer.