- Timestamp:
- Sep 22, 2006, 2:30:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/analytical solutions/Analytical solution_oblique_shock_01.py
r2229 r3652 24 24 #import Image, ImageGrab 25 25 26 import sys 27 from os import sep 28 sys.path.append('..'+sep+'pyvolution') 29 30 31 from shallow_water import Domain, Constant_height 32 from shallow_water import Transmissive_boundary, Reflective_boundary,\ 26 from anuga.shallow_water import Domain 27 from anuga.shallow_water import Transmissive_boundary, Reflective_boundary,\ 33 28 Dirichlet_boundary , Transmissive_Momentum_Set_Stage_boundary 34 29
Note: See TracChangeset
for help on using the changeset viewer.