Changeset 2233 for inundation/pyvolution/quantity.py
- Timestamp:
- Jan 18, 2006, 5:28:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/quantity.py
r2173 r2233 179 179 numeric: 180 180 Compatible list, Numeric array (see below) or constant. 181 If callable it will treated as a function 181 If callable it will treated as a function (see below) 182 182 If instance of another Quantity it will be treated as such. 183 183 … … 190 190 each of length N and returns an array also of length N. 191 191 The function will be evaluated at points determined by 192 location and indices .192 location and indices in the underlying mesh. 193 193 194 194 points: … … 203 203 204 204 filename: 205 Name of pts file containing data points and attributes for205 Name of a .pts file containing data points and attributes for 206 206 use with least squares. 207 207 If attribute_name is specified, any array matching that name
Note: See TracChangeset
for help on using the changeset viewer.