Changeset 1701


Ignore:
Timestamp:
Aug 10, 2005, 2:52:12 PM (19 years ago)
Author:
chris
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/analytical solutions/Analytical solution_wave_runup.py

    r1353 r1701  
    3737# two or three entries. Two entries are for points and three for triangles.
    3838
    39 points, elements = strang_mesh('run-up.pt')
     39#points, elements = strang_mesh('Run-up.pt')
     40points, elements = strang_mesh('strang_7389.pt')
    4041domain = Domain(points, elements)
    4142
     
    137138
    138139#Set the water depth
     140print 'Initial water depth'
    139141def stage(x,y):
    140142    z = x_slope(x,y)
Note: See TracChangeset for help on using the changeset viewer.