Changeset 4679
- Timestamp:
- Aug 23, 2007, 12:08:42 PM (17 years ago)
- Location:
- anuga_core/source/anuga/abstract_2d_finite_volumes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/domain.py
r4677 r4679 505 505 msg += 'bound to a boundary object.\n' 506 506 msg += 'All boundary tags defined in domain must appear ' 507 msg += 'in the supplied dictionary.\n'507 msg += 'in set_boundary.\n' 508 508 msg += 'The tags are: %s' %self.get_boundary_tags() 509 509 raise msg -
anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r4677 r4679 919 919 920 920 location: Where values are to be stored. 921 Permissible options are: vertices, edges, centroid 921 Permissible options are: vertices, edges, centroids 922 922 and unique vertices. Default is 'vertices' 923 923
Note: See TracChangeset
for help on using the changeset viewer.