Changeset 1427
- Timestamp:
- May 19, 2005, 9:37:24 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/wiki/issues.txt
r1380 r1427 2 2 OPEN ISSUES: 3 3 ------------ 4 4 5 Issue: finaltime should be renamed 'duration' 5 6 6 7 Issue (least_squares): The current is-a-point-in-a-triangle algorithm 8 is slow if a point is outside of the mesh. It will check each 9 triangle 3 times to see if the point is in that triangle. 10 Importance: low 11 Suggested Action: Form a polygon of the mesh boundary (by constructing 12 the neigbour structure) and throw out points not in the polygon (this 13 algorithm is there). 14 Who: DSG 15 Comment (OLE): I have done this (I think) 16 17 Issue (interpolate_sww): Give a warning if points are outside the mesh. 7 Issue (interpolate_sww (new functionality): Give a warning if points 8 are outside the mesh. 18 9 Importance: Mid 19 10 Who: DSG … … 23 14 Importance: low 24 15 25 Issue (least_squares): Do a test that the number of attribute titles and number 26 of attributes match 27 Importance: Mid 28 Who: DSG 29 30 Issue (least_squares): Do a bug report ot sci py 16 Issue (least_squares): Do a bug report to sci py 31 17 Importance: low to don't do 32 18 Who: Stephen 33 34 Issue (least_squares): datapoints outside the mesh are not used in35 least squares.36 Importance: Mid - low37 Suggested Action: Talk to Steve about including them38 19 39 20 Issue (least_squares): Code to not product D matrix (if it isn't … … 41 22 Importance: Mid - low 42 23 Suggested Action: Fix 43 44 Issue: Get the reservoir example working for the 'new' pyvolution45 Issue: Mid46 Who: DSG47 48 49 24 50 25 Issue: Parameters specified in config.py must be tranferred to C code … … 93 68 -------------- 94 69 70 Issue (least_squares): The current is-a-point-in-a-triangle algorithm 71 is slow if a point is outside of the mesh. It will check each 72 triangle 3 times to see if the point is in that triangle. 73 Importance: low 74 Suggested Action: Form a polygon of the mesh boundary (by constructing 75 the neigbour structure) and throw out points not in the polygon (this 76 algorithm is there). 77 Who: DSG 78 Comment (OLE): I have done this (I think) 79 80 81 Issue: Get the reservoir example working for the 'new' pyvolution 82 Issue: Mid 83 Who: DSG 84 Status: Done 85 86 Issue (least_squares): datapoints outside the mesh are not used in 87 least squares. 88 Importance: Mid - low 89 Suggested Action: Talk to Steve about including them 90 Status: Talked to Steve, it was dicided not to use them 91 92 Issue (least_squares): Do a test that the number of attribute titles and number 93 of attributes match 94 Importance: Mid 95 Who: DSG 96 Status: closed, this is checked when loading points files now 95 97 96 98 Issue (Malpasset example):
Note: See TracChangeset
for help on using the changeset viewer.