Ignore:
Timestamp:
Jul 7, 2011, 10:23:57 AM (14 years ago)
Author:
steve
Message:

Just adding an install readme for anuga_parallel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/2010-projects/anuga_1d/avalanche-sudi/sww_domain_shm.py

    r8189 r8191  
    709709    xmom_V  = domain.quantities['xmomentum'].vertex_values
    710710
    711     bed_V[:] = stage_V - h_V
     711    bed_V[:,:] = stage_V - h_V
    712712
    713713    for i in range(N):                                         
     
    717717            xmom_V[i] = array([0.0, 0.0])
    718718   
    719     u_V[:]  = xmom_V/(h_V + h0/h_V)   
     719    u_V[:,:]  = xmom_V/(h_V + h0/h_V)   
    720720   
    721721    return
Note: See TracChangeset for help on using the changeset viewer.