Changes between Initial Version and Version 2 of Ticket #12


Ignore:
Timestamp:
Oct 12, 2005, 1:42:50 PM (20 years ago)
Author:
ole
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12

    • Property Status changed from new to assigned
  • Ticket #12 – Description

    initial v2  
    44      name: Name of quantity
    55      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
    1716                   Q,R are quantities (or 1?)
    18                 - pts filename (use LS and caching) (how to select attribute?)
    19                 - general expression to be parsed   
     17        - pts filename (use LS and caching) (how to select attribute?)
     18        - general expression to be parsed   
    2019
    2120        location: Where values are to be stored.
    2221                Permissible options are: vertices, edges, centroid, unique_vertices
    2322        region: Identify subset of triangles. Permissible values are
    24                   - tag name (refers to tagged region)
    25                     - indices (refers to specific triangles)
    26                     - polygon (identifies region)
     23            - tag name (refers to tagged region)
     24            - indices (refers to specific triangles)
     25            - polygon (identifies region)
    2726                (incorporate uniqueness/non-uniqueness)
    2827