Changeset 7519 for anuga_core/source/anuga/interface.py
- Timestamp:
- Sep 20, 2009, 6:35:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/interface.py
r7452 r7519 18 18 19 19 from anuga.abstract_2d_finite_volumes.generic_boundary_conditions import Time_boundary 20 from anuga.abstract_2d_finite_volumes.generic_boundary_conditions import Time_space_boundary 20 21 from anuga.abstract_2d_finite_volumes.generic_boundary_conditions import Transmissive_boundary 21 22 … … 39 40 points, vertices, boundary = rectangular_cross(*args, **kwargs) 40 41 return Domain(points, vertices, boundary) 41 42 42 43 #---------------------------- 43 44 # Create domain from file
Note: See TracChangeset
for help on using the changeset viewer.