Ignore:
Timestamp:
Oct 4, 2006, 11:00:56 AM (18 years ago)
Author:
ole
Message:

Added functionality for getting arbitrary interpolated values in Quantity as well as calculating inundation height and location. This work was done at SUT during the last week of September 2006.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/neighbour_mesh.py

    r3688 r3689  
    175175
    176176    def __repr__(self):
    177         return 'Mesh: %d vertex_coordinates, %d triangles, %d boundary segments'\
    178                %(self.coordinates.shape[0], len(self), len(self.boundary))
     177        return General_mesh.__repr__(self) + ', %d boundary segments'\
     178               %(len(self.boundary))
    179179
    180180
Note: See TracChangeset for help on using the changeset viewer.