Changeset 9107
- Timestamp:
- May 11, 2014, 12:28:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/swDE1_domain_ext.c
r9106 r9107 480 480 // riverwall_elevation + riverwall_rowIndex 481 481 RiverWall_count+=1; 482 // Set central bed to riverwall elevation483 z_half=riverwall_elevation[RiverWall_count-1];484 482 // Since there is a wall, use first order extrapolation for this edge 485 483 // This also makes more sense from the viewpoint of weir relations … … 496 494 zr = zc_n; 497 495 } 496 497 // Set central bed to riverwall elevation 498 z_half=max(riverwall_elevation[RiverWall_count-1], max(zl, zr)) ; 498 499 499 500 }
Note: See TracChangeset
for help on using the changeset viewer.