- Timestamp:
- Sep 20, 2006, 3:05:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py
r3563 r3632 9 9 10 10 from shallow_water_domain import * 11 12 11 13 12 … … 2883 2882 assert allclose(domain.quantities['stage'].centroid_values[:4], 2884 2883 [0.00206836, 0.01296714, 0.00363415, 0.01438924]) 2884 #print domain.quantities['xmomentum'].centroid_values[:4] 2885 2885 assert allclose(domain.quantities['xmomentum'].centroid_values[:4], 2886 2886 [0.01360154, 0.00671133, 0.01264578, 0.00648503])
Note: See TracChangeset
for help on using the changeset viewer.