Changeset 5210
- Timestamp:
- Apr 11, 2008, 4:36:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/test_region.py
r5208 r5210 8 8 #from anuga.config import epsilon 9 9 from Numeric import allclose, average #, array, ones, Float 10 10 """ 11 This is what the mesh in these tests look like; 12 13 3---7 14 |5 /| 15 | /6| 16 2---6 17 |3 /| 18 | /2| 19 1---5 20 |1 /| 21 | /0| 22 0---4 23 """ 11 24 12 25 def add_x_y(x, y):
Note: See TracChangeset
for help on using the changeset viewer.