Ignore:
Timestamp:
Apr 12, 2005, 12:08:58 PM (20 years ago)
Author:
duncan
Message:

added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/documentation/mesh_gen_SRS.txt

    r349 r1219  
    157157  the user has done a change, and the mesh hasn't been generated.  If
    158158  there is no generated mesh do not prompt. - DONE
    159  
     159
     160access to triangle mesh generator,
     161          user can select  max area in region - P80 - DONE
     162 
     163- .xya file, which has vertex information, will have headers naming
     164the attributes in the first row.  The headers will be strings
     165representing a label for the attribute information.  This information
     166will be space deliminated.  There will be no ordering imposed.  The
     167name, column index mapping will be in the .tsh file.
     168      - x and y headings are manitory. - not done, requirements changed
     169      - Missing fields will cause an error during loading of the xya file.
     170
     171 
    160172 NOT IMPLIMENTED
    161  
    162 - specify a function that is used to set the vertex attribute values [maybe
    163   not have this at all, rather a python script can be written to
    164  specify the values]- DONT DO
    165 - edit vertex attribute -P40
    166 
    167 - specify if there is segment attribute information. [there is always
    168   seg att info. therefore don't need to specify]-P40
    169  
     173- show file name in title bar
     174 
     175- Have a divide all max areas by value x function. - P80
     176
     177- triang.genMesh - get triangle compiled automatically.
     178
     179- able to specify a 'circular' region by specifying center, radius and
     180  number of number of segments. (The functionality is there as a hack.
     181   need to add gui etc.) - P100
     182   
    170183- Display mouse point position [x,y] - P60
    171 
    172 access to triangle mesh generator,
    173           user can select  max area in region - P80
    174184
    175185- Calculate total area enclosed (maybe a buton?) -P80
     
    229239- run triangle as a seperate thread, so if it's not converging it can
    230240be stopped. - P100
    231 
    232  REQUIREMENTS FROM 28/6/04 MEETING
    233  
    234 - .xya file, which has vertex information, will have headers naming
    235 the attributes in the first row.  The headers will be strings
    236 representing a label for the attribute information.  This information
    237 will be space deliminated.  There will be no ordering imposed.  The
    238 name, column index mapping will be in the .tsh file.
    239       - x and y headings are manitory.
    240       - Missing fields will cause an error during loading of the xya file.
    241 
    242 
     241 
    243242
    244243__________________
Note: See TracChangeset for help on using the changeset viewer.