Changeset 4791
- Timestamp:
- Nov 5, 2007, 3:46:17 PM (17 years ago)
- Location:
- anuga_core/source/anuga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r4780 r4791 150 150 Pre-condition: vertex_values have been set 151 151 """ 152 # FIXME (Ole): This function is not called 153 # in real model runs. Consider removing it. 152 153 # FIXME (Ole): Maybe this function 154 # should move to the C-interface? 155 # However, it isn't called by validate_all.py, so it 156 # may not be that important to optimise it? 154 157 155 158 N = self.vertex_values.shape[0] -
anuga_core/source/anuga/fit_interpolate/search_functions.py
r4658 r4791 37 37 k = -10.0 38 38 39 # Get triangles in the cell that the point is in.39 # Get triangles in the cell that the point is in. 40 40 # Triangle is a list, first element triangle_id, 41 41 # second element the triangle
Note: See TracChangeset
for help on using the changeset viewer.