Changeset 1427


Ignore:
Timestamp:
May 19, 2005, 9:37:24 AM (19 years ago)
Author:
duncan
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/wiki/issues.txt

    r1380 r1427  
    22OPEN ISSUES:
    33------------
     4
    45Issue: finaltime should be renamed 'duration'
    56
    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.
     7Issue (interpolate_sww (new functionality): Give a warning if points
     8 are outside the mesh.
    189Importance: Mid
    1910Who: DSG
     
    2314Importance: low
    2415
    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
     16Issue (least_squares): Do a bug report to sci py
    3117Importance: low to don't do
    3218Who: Stephen
    33 
    34 Issue (least_squares): datapoints outside the mesh are not used in
    35 least squares.
    36 Importance: Mid - low
    37 Suggested Action: Talk to Steve about including them
    3819
    3920Issue (least_squares): Code to not product D matrix (if it isn't
     
    4122Importance: Mid - low
    4223Suggested Action: Fix
    43 
    44 Issue: Get the reservoir example working for the 'new' pyvolution
    45 Issue: Mid
    46 Who: DSG
    47  
    48 
    4924
    5025Issue: Parameters specified in config.py must be tranferred to C code
     
    9368--------------
    9469
     70Issue (least_squares): The current is-a-point-in-a-triangle algorithm
     71is slow if a point is outside of the mesh.  It will check each
     72triangle 3 times to see if the point is in that triangle.
     73Importance: low
     74Suggested Action: Form a polygon of the mesh boundary (by constructing
     75the neigbour structure) and throw out points not in the polygon (this
     76algorithm is there).
     77Who: DSG
     78Comment (OLE): I have done this (I think)
     79
     80
     81Issue: Get the reservoir example working for the 'new' pyvolution
     82Issue: Mid
     83Who: DSG
     84Status: Done 
     85
     86Issue (least_squares): datapoints outside the mesh are not used in
     87least squares.
     88Importance: Mid - low
     89Suggested Action: Talk to Steve about including them
     90Status: Talked to Steve, it was dicided not to use them
     91
     92Issue (least_squares): Do a test that the number of attribute titles and number
     93of attributes match
     94Importance: Mid
     95Who: DSG
     96Status: closed, this is checked when loading points files now
    9597
    9698Issue (Malpasset example):
Note: See TracChangeset for help on using the changeset viewer.