Ignore:
Timestamp:
Jun 8, 2006, 2:12:03 PM (19 years ago)
Author:
ole
Message:

Supporting modifications for parallel wollongong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/fit_interpolate/fit.py

    r3030 r3116  
    241241        #print "_build_matrix_AtA_Atz - self.point_count", self.point_count
    242242        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
    244247        self.inside_poly_indices, self.outside_poly_indices  = \
    245248                     in_and_outside_polygon(point_coordinates,
Note: See TracChangeset for help on using the changeset viewer.