Changeset 3560 for anuga_core/source/anuga/examples/runup.py
- Timestamp:
- Sep 12, 2006, 2:54:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/runup.py
r3556 r3560 10 10 #------------------------------------------------------------------------------ 11 11 12 from anuga. pyvolution.mesh_factory import rectangular_cross13 from anuga. pyvolution.shallow_water import Domain14 from anuga. pyvolution.shallow_water import Reflective_boundary15 from anuga. pyvolution.shallow_water import Dirichlet_boundary16 from anuga. pyvolution.shallow_water import Time_boundary17 from anuga. pyvolution.shallow_water import Transmissive_boundary12 from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular_cross 13 from anuga.abstract_2d_finite_volumes.shallow_water import Domain 14 from anuga.abstract_2d_finite_volumes.shallow_water import Reflective_boundary 15 from anuga.abstract_2d_finite_volumes.shallow_water import Dirichlet_boundary 16 from anuga.abstract_2d_finite_volumes.shallow_water import Time_boundary 17 from anuga.abstract_2d_finite_volumes.shallow_water import Transmissive_boundary 18 18 19 19
Note: See TracChangeset
for help on using the changeset viewer.