Changeset 4618


Ignore:
Timestamp:
Jul 10, 2007, 4:33:55 AM (17 years ago)
Author:
ole
Message:

Added comment

File:
1 edited

Legend:

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

    r4588 r4618  
    217217        #Make ordering unique #FIXME: should this happen in domain.py?
    218218        boundary_keys.sort()
    219 
    220219
    221220        #Record ordering #FIXME: should this also happen in domain.py?
     
    240239            self.midpoint_coordinates[i,:] = m
    241240
    242             #FIXME I don't think this is being used..
     241            #Register index of this boundary edge for use with evaluate
    243242            self.boundary_indices[(vol_id, edge_id)] = i
    244243
     
    267266    def evaluate(self, vol_id=None, edge_id=None):
    268267        """Return linearly interpolated values based on domain.time
     268        at midpoint of segment defined by vol_id and edge_id.
    269269        """
    270270
Note: See TracChangeset for help on using the changeset viewer.