Changeset 6453 for anuga_work/development/anuga_1d/domain.py
- Timestamp:
- Mar 4, 2009, 3:30:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anuga_1d/domain.py
r6042 r6453 916 916 # Update ghosts 917 917 self.update_ghosts() 918 918 919 919 # Initial update of vertex and edge values 920 self.distribute_to_vertices_and_edges() 921 920 self.distribute_to_vertices_and_edges() 921 922 922 # Update extrema if necessary (for reporting) 923 923 self.update_extrema()
Note: See TracChangeset
for help on using the changeset viewer.