Changeset 1616 for inundation/ga/storm_surge/wiki
- Timestamp:
- Jul 18, 2005, 4:18:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/wiki/future_directions.txt
r1574 r1616 84 84 Suggestion for set_quantity 85 85 set_quantity(name, X, location, region) 86 where87 86 where 87 name: Name of quantity 88 88 X: 89 89 -Compatible list, 90 -Numeric array, 91 -constant 90 -compatible list or numeric array, 91 -constant 92 -list of points or array with attribute values (use LS) 92 93 -callable object (f: x, y -> z) where x,y,z are arrays 93 94 - inline 94 95 - file functions 95 96 - polygon functions 96 -another quantity Q or an expression of the form 97 a*Q+b*R+c, where 98 a,b,c are scalars, arrays or quantities 99 Q,R are quantities (or 1?) 100 - list of points with attribute values (use LS) 97 -another quantity Q or an expression of the form 98 a*Q+b*R+c, where 99 a,b,c are scalars, arrays or quantities 100 Q,R are quantities (or 1?) 101 101 - pts filename (use LS and caching) 102 102 - general expression to be parsed
Note: See TracChangeset
for help on using the changeset viewer.