Changeset 3754 for anuga_core/documentation/user_manual/examples/runup.py
- Timestamp:
- Oct 11, 2006, 4:45:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/examples/runup.py
r3563 r3754 10 10 #------------------------------------------------------------------------------ 11 11 12 from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular _cross12 from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular 13 13 from anuga.shallow_water import Domain 14 14 from anuga.shallow_water import Reflective_boundary … … 22 22 #------------------------------------------------------------------------------ 23 23 24 points, vertices, boundary = rectangular _cross(10, 10) # Basic mesh24 points, vertices, boundary = rectangular(10, 10) # Basic mesh 25 25 26 26 domain = Domain(points, vertices, boundary) # Create domain
Note: See TracChangeset
for help on using the changeset viewer.