Ignore:
Timestamp:
Jun 29, 2010, 11:26:45 AM (13 years ago)
Author:
hudson
Message:

Moved all development files into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/benchmarks/create_test_sww.py

    r7810 r7877  
    99        # Setup computational domain
    1010        #------------------------------------------------------------------------------
    11         points, vertices, boundary = anuga.rectangular_cross(50, 50,
     11        points, vertices, boundary = anuga.rectangular_cross(5, 5,
    1212                                                                                                   len1=50.0, len2=50.0) # Mesh
    1313
     
    1919        #------------------------------------------------------------------------------
    2020        def topography(x, y):
    21                 return -x/20                             # linear bed slope
     21                return -x/2                             # linear bed slope
    2222
    2323        domain.set_quantity('elevation', topography) # Use function for elevation
Note: See TracChangeset for help on using the changeset viewer.