- Timestamp:
- Jun 15, 2010, 5:34:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/2010-projects/anuga_1d/generic/generic_domain.py
r7839 r7842 104 104 self.build_surrogate_neighbour_structure() 105 105 106 #Build boundary dictionary mapping (id, edge) to symbolic tags107 106 #Build boundary dictionary mapping (id, vertex) to symbolic tags 108 107 self.build_boundary_dictionary(boundary) … … 745 744 msg += 'in the supplied dictionary.\n' 746 745 msg += 'The tags are: %s' %self.get_boundary_tags() 747 raise msg746 raise Exception, msg 748 747 749 748 … … 1247 1246 #print 'name %s j = %f \n'%(name,j) 1248 1247 Q = self.quantities[name] 1248 1249 1249 Q.boundary_values[i] = q[j] 1250 1250 #print 'Q=',Q
Note: See TracChangeset
for help on using the changeset viewer.