Changeset 2272


Ignore:
Timestamp:
Jan 24, 2006, 5:39:34 PM (18 years ago)
Author:
ole
Message:

Comment about exclusion of ghost nodes in update_boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/domain.py

    r2204 r2272  
    591591
    592592        #FIXME: Update only those that change (if that can be worked out)
     593        #FIXME: Boundary objects should not include ghost nodes.
    593594        for i, ((vol_id, edge_id), B) in enumerate(self.boundary_objects):
    594595            q = B.evaluate(vol_id, edge_id)
Note: See TracChangeset for help on using the changeset viewer.