Ignore:
Timestamp:
Jul 31, 2007, 2:46:30 PM (17 years ago)
Author:
duncan
Message:

comments and updating benchmark

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/interpolate.py

    r4614 r4648  
    241241        #Convert point_coordinates to Numeric arrays, in case it was a list.
    242242        point_coordinates = ensure_numeric(point_coordinates, Float)
    243         # for ticket 160
    244         #boundary = self.mesh.get_boundary_polygon()
    245         #geo = Geospatial_data(boundary)
    246         #geo.export_points_file('serial-boundary.xya')
    247         #geo.export_points_file('serial-boundary.txt')
     243       
    248244        if verbose: print 'Getting indices inside mesh boundary'
    249245        self.inside_poly_indices, self.outside_poly_indices  = \
     
    251247                                            self.mesh.get_boundary_polygon(),
    252248                                            closed = True, verbose = verbose)
    253         #print "self.inside_poly_indices",self.inside_poly_indices
    254         #print "self.outside_poly_indices",self.outside_poly_indices
     249       
    255250        #Build n x m interpolation matrix
    256251        if verbose and len(self.outside_poly_indices) > 0:
Note: See TracChangeset for help on using the changeset viewer.