Changeset 1045
- Timestamp:
- Mar 8, 2005, 11:02:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/shallow_water.py
r1042 r1045 341 341 342 342 #Flux computation 343 344 #FIXME(Ole): Why is it again that we don't 345 #use uh_left and uh_right directly in the first entries? 343 346 flux_left = array([u_left*h_left, 344 347 u_left*uh_left + 0.5*g*h_left**2,
Note: See TracChangeset
for help on using the changeset viewer.