Changeset 7930 for trunk/anuga_core/benchmarks
- Timestamp:
- Aug 6, 2010, 3:17:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/benchmarks/create_test_sww.py
r7877 r7930 10 10 #------------------------------------------------------------------------------ 11 11 points, vertices, boundary = anuga.rectangular_cross(5, 5, 12 12 len1=50.0, len2=50.0) # Mesh 13 13 14 14 domain = anuga.Domain(points, vertices, boundary) # Create domain
Note: See TracChangeset
for help on using the changeset viewer.