Changes between Initial Version and Version 2 of Ticket #12
- Timestamp:
- Oct 12, 2005, 1:42:50 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12
-
Property
Status
changed from
new
toassigned
-
Property
Status
changed from
-
Ticket #12 – Description
initial v2 4 4 name: Name of quantity 5 5 X: 6 -Compatible list, 7 -compatible list or numeric array, 8 -constant 9 -list of points or array with attribute values (use LS) (How to distinguish this from a numeric array? - perhaps use keyword arguments for everything) 10 -callable object (f: x, y -> z) where x,y,z are arrays 11 - inline 12 - file functions 13 - polygon functions 14 -another quantity Q or an expression of the form 15 a*Q+b*R+c, where 16 a,b,c are scalars, arrays or quantities 6 -Compatible list, 7 -compatible list or numeric array, 8 -constant 9 -list of points or array with attribute values (use LS) (How to distinguish this from a numeric array? - perhaps use keyword arguments for everything) 10 -callable object (f: x, y -> z) where x,y,z are arrays 11 - inline 12 - file functions 13 - polygon functions 14 -another quantity Q or an expression of the form 15 a*Q+b*R+c, where a,b,c are scalars, arrays or quantities 17 16 Q,R are quantities (or 1?) 18 19 17 - pts filename (use LS and caching) (how to select attribute?) 18 - general expression to be parsed 20 19 21 20 location: Where values are to be stored. 22 21 Permissible options are: vertices, edges, centroid, unique_vertices 23 22 region: Identify subset of triangles. Permissible values are 24 25 26 23 - tag name (refers to tagged region) 24 - indices (refers to specific triangles) 25 - polygon (identifies region) 27 26 (incorporate uniqueness/non-uniqueness) 28 27