- Timestamp:
- Aug 31, 2012, 8:38:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/parabolic/parabolic.py
r8353 r8547 9 9 10 10 from balanced_dev import * 11 #from anuga_tsunami import * 11 12 #from balanced_basic import * 12 13 #from anuga.shallow_water_balanced2.swb2_domain import Domain as Domain … … 21 22 domain.set_datadir('.') # Use current folder 22 23 domain.set_quantities_to_be_stored({'stage': 2, 'xmomentum': 2, 'ymomentum': 2, 'elevation': 1}) 23 domain.set_minimum_allowed_height(0.0 1)24 domain.set_minimum_allowed_height(0.001) 24 25 # Time stepping 25 26 #domain.set_timestepping_method('euler') # Default
Note: See TracChangeset
for help on using the changeset viewer.