- Timestamp:
- Mar 28, 2009, 6:54:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r6541 r6654 1111 1111 # @param use_cache 1112 1112 # @param verbose True if this method is to be verbose. 1113 def get_values(self, interpolation_points=None, 1114 location='vertices', 1115 indices=None, 1116 use_cache=False, 1117 verbose=False): 1113 def get_values(self, 1114 interpolation_points=None, 1115 location='vertices', 1116 indices=None, 1117 use_cache=False, 1118 verbose=False): 1118 1119 """Get values for quantity 1119 1120 … … 1168 1169 # Edges have already been deprecated in set_values, see changeset:5521, 1169 1170 # but *might* be useful in get_values. Any thoughts anyone? 1171 # YES (Ole): Edge values are necessary for volumetric balance check 1170 1172 1171 1173 if location not in ['vertices', 'centroids',
Note: See TracChangeset
for help on using the changeset viewer.