Changeset 463
- Timestamp:
- Oct 28, 2004, 5:14:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/least_squares.py
r456 r463 105 105 106 106 def fit_to_mesh(vertex_coordinates, 107 108 109 110 107 triangles, 108 point_coordinates, 109 point_attributes, 110 alpha = ALPHA_INITIAL): 111 111 """ 112 112 Fit a smooth surface to a trianglulation, … … 217 217 for i in range(n): 218 218 #For each data_coordinate point 219 220 #print 'Doing %d/%d' %(i, n) 219 221 220 222 x = point_coordinates[i]
Note: See TracChangeset
for help on using the changeset viewer.