Changeset 1701
- Timestamp:
- Aug 10, 2005, 2:52:12 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/analytical solutions/Analytical solution_wave_runup.py
r1353 r1701 37 37 # two or three entries. Two entries are for points and three for triangles. 38 38 39 points, elements = strang_mesh('run-up.pt') 39 #points, elements = strang_mesh('Run-up.pt') 40 points, elements = strang_mesh('strang_7389.pt') 40 41 domain = Domain(points, elements) 41 42 … … 137 138 138 139 #Set the water depth 140 print 'Initial water depth' 139 141 def stage(x,y): 140 142 z = x_slope(x,y)
Note: See TracChangeset
for help on using the changeset viewer.