- Timestamp:
- Mar 17, 2009, 4:02:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/shallow_water/test_shallow_water_domain.py
r6517 r6533 1672 1672 # Setup computational domain 1673 1673 #----------------------------------------------------------------- 1674 points, vertices, boundary = rectangular_cross(10, 10) # Basic mesh 1675 domain = Domain(points, vertices, boundary) # Create domain 1676 domain.set_default_order(1) 1674 points, vertices, boundary = rectangular_cross(10, 10) # Basic mesh 1675 domain = Domain(points, vertices, boundary) # Create domain 1677 1676 domain.set_quantities_to_be_stored(None) 1678 1677 domain.set_maximum_allowed_speed(100) #FIXME (Ole): try to remove this
Note: See TracChangeset
for help on using the changeset viewer.