Changeset 564
- Timestamp:
- Nov 16, 2004, 3:22:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/analytical solutions/oblique_test_chris.py
r541 r564 7 7 Conserved quantities are h, uh and vh stored as elements 0, 1 and 2 in the 8 8 numerical vector named conserved_quantities. 9 10 9 11 """ 10 12 … … 89 91 print 'That took %.2f seconds' %(time.time()-t0) 90 92 93 #FIXME: Compute average water depth on either side of shock and compare 94 #to expected values. And also Froude numbers. 95 96 91 97 #print "saving file?" 92 98 #im = ImageGrab.grab()
Note: See TracChangeset
for help on using the changeset viewer.