Changeset 5548
- Timestamp:
- Jul 22, 2008, 12:52:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_data_manager.py
r5544 r5548 6986 6986 6987 6987 6988 #print 'stage', stage 6989 #print 'elevation', elevation 6990 6988 6991 # The quantities stored in the .sts file should be the weighted sum of the 6989 6992 # quantities written to the mux2 files subject to the permutation vector. … … 7021 7024 # The ymomentum stored in the .sts file should be the sum of the va 7022 7025 # in the two mux2 files multiplied by the depth. 7026 7027 7028 #print transpose(va_ref*depth_ref) 7029 #print ymomentum 7030 7023 7031 assert allclose(transpose(va_ref*depth_ref), ymomentum) 7024 7032
Note: See TracChangeset
for help on using the changeset viewer.