Changeset 3651
- Timestamp:
- Sep 22, 2006, 12:33:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/analytical solutions/Analytical_solution_contracting_channel.py
r3514 r3651 20 20 #--------------- 21 21 # Module imports 22 import sys 23 from os import sep 24 sys.path.append('..'+sep+'pyvolution') 25 26 from shallow_water import Transmissive_boundary, Reflective_boundary, \ 22 from anuga.shallow_water import Transmissive_boundary, Reflective_boundary, \ 27 23 Dirichlet_boundary 28 from shallow_water import Constant_height,Domain24 from anuga.shallow_water import Domain 29 25 from pmesh2domain import pmesh_to_domain_instance 30 26 from mesh_factory import contracting_channel_cross
Note: See TracChangeset
for help on using the changeset viewer.