Changeset 3686
- Timestamp:
- Oct 4, 2006, 8:55:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/interpolate.py
r3684 r3686 231 231 if verbose: print 'Getting indices inside mesh boundary' 232 232 self.inside_poly_indices, self.outside_poly_indices = \ 233 234 235 233 in_and_outside_polygon(point_coordinates, 234 self.mesh.get_boundary_polygon(), 235 closed = True, verbose = verbose) 236 236 #print "self.inside_poly_indices",self.inside_poly_indices 237 237 #print "self.outside_poly_indices",self.outside_poly_indices
Note: See TracChangeset
for help on using the changeset viewer.