Changeset 3654
- Timestamp:
- Sep 22, 2006, 2:39:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/show_balanced_limiters.py
r1043 r3654 12 12 # Module imports 13 13 # 14 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\ 15 Transmissive_boundary, Time_boundary,\ 16 Weir_simple as Weir, Constant_height 14 from anuga.shallow_water import Domain,\ 15 Reflective_boundary, Dirichlet_boundary,\ 16 Transmissive_boundary, Time_boundary 17 from anuga.shallow_water.shallow_water_domain import Weir_simple as Weir 17 18 18 19 from mesh_factory import rectangular … … 77 78 # 78 79 print 'Initial condition' 79 domain.set_quantity('stage', Constant_height(Z, 0.))80 domain.set_quantity('stage', Z) 80 81 81 82 from Numeric import allclose
Note: See TracChangeset
for help on using the changeset viewer.