- Timestamp:
- Apr 12, 2005, 12:08:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/documentation/mesh_gen_SRS.txt
r349 r1219 157 157 the user has done a change, and the mesh hasn't been generated. If 158 158 there is no generated mesh do not prompt. - DONE 159 159 160 access 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 164 the attributes in the first row. The headers will be strings 165 representing a label for the attribute information. This information 166 will be space deliminated. There will be no ordering imposed. The 167 name, 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 160 172 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 170 183 - Display mouse point position [x,y] - P60 171 172 access to triangle mesh generator,173 user can select max area in region - P80174 184 175 185 - Calculate total area enclosed (maybe a buton?) -P80 … … 229 239 - run triangle as a seperate thread, so if it's not converging it can 230 240 be 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 243 242 - 244 243 __________________
Note: See TracChangeset
for help on using the changeset viewer.