Changeset 720
- Timestamp:
- Dec 23, 2004, 10:34:07 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/documentation/issues.txt
r702 r720 9 9 10 10 Issue: Catch error if .tsh file is a bad format. 11 suggestion: auick and dirty try - except11 suggestion: quick and dirty try - except 12 12 Importance: Medium 13 13 … … 29 29 Suggested Action: Document use 30 30 31 Issue: Why is triangle att's set as a list and returned as a list of32 lists, when loading from a .tsh file? Note: a change of this might33 also affect the 'triangle' glue code.34 Note: This also happens to triangle atts!35 36 31 Issue:vertices at the bottom of the canvas can be hard to visualise, 37 32 since you don't know if all vertices are on the screen. 38 33 Suggested Action: have a 5% border 39 Importance: low 34 Importance: low to not do 40 35 41 36 Issue: The mesh produced by triangle isn't of high quality near a low … … 58 53 Bug: Calling 'Generate Mesh' on empty document or If there are no 59 54 enclosed regions will cause trianglulation to crash pmesh. 60 Importance: low 55 Importance: low - not do, but document 61 56 Suggested Action: Catch them (with try) and do nothing 62 57 notes: Fixing the 'Generate Mesh' crash is a P3 requirement. … … 90 85 Importance: Low 91 86 92 Issue When starting generate mesh, the cursor doesn't start in the93 first box.94 Importance: Low95 96 87 **************** 97 88 CLOSED - issues that have beeen resolved 98 89 ************ 90 91 Issue When starting generate mesh, the cursor doesn't start in the 92 first box. 93 Importance: Low 94 Action: fixed 95 96 Issue: Why is triangle att's set as a list and returned as a list of 97 lists, when loading from a .tsh file? Note: a change of this might 98 also affect the 'triangle' glue code. 99 Note: This also happens to triangle atts! (?) 100 action: triangle att's set as a list of lists 99 101 100 102 Issue:Implememt the following with mesh gen minimum angle, 0 - 32
Note: See TracChangeset
for help on using the changeset viewer.