Changeset 3116 for inundation/fit_interpolate
- Timestamp:
- Jun 8, 2006, 2:12:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/fit_interpolate/fit.py
r3030 r3116 241 241 #print "_build_matrix_AtA_Atz - self.point_count", self.point_count 242 242 if verbose: print 'Getting indices inside mesh boundary' 243 #print "self.mesh.get_boundary_polygon()",self.mesh.get_boundary_polygon() 243 #print 'point_coordinates.shape', point_coordinates.shape 244 #print 'self.mesh.get_boundary_polygon()',\ 245 # self.mesh.get_boundary_polygon() 246 244 247 self.inside_poly_indices, self.outside_poly_indices = \ 245 248 in_and_outside_polygon(point_coordinates,
Note: See TracChangeset
for help on using the changeset viewer.