Changeset 1045


Ignore:
Timestamp:
Mar 8, 2005, 11:02:21 PM (20 years ago)
Author:
ole
Message:

FIXME about fluxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/shallow_water.py

    r1042 r1045  
    341341
    342342    #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?
    343346    flux_left  = array([u_left*h_left,
    344347                        u_left*uh_left + 0.5*g*h_left**2,
Note: See TracChangeset for help on using the changeset viewer.