Changeset 1531
- Timestamp:
- Jun 24, 2005, 10:22:38 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/mesh_factory_all.py
r1524 r1531 242 242 a2 = (W_upstream - W_downstream)/(2*L_2) 243 243 a3 = 1 244 a4 = (W_downstream - W_upstream)/(L_ 1*W_upstream)244 a4 = (W_downstream - W_upstream)/(L_2*W_upstream) 245 245 246 246 # Dictionary of vertex objects
Note: See TracChangeset
for help on using the changeset viewer.