Changeset 685
- Timestamp:
- Dec 7, 2004, 5:12:27 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/wiki/issues.txt
r683 r685 4 4 Issue (interpolate_sww): Give a warning if points are outside the mesh. 5 5 Importance: Mid 6 Who: DSG 6 7 7 8 Issue (interpolate_sww (new functionality)): Be able to specify at 8 9 what times data is needed e.g. input a start, finish and period. 9 Importance: Mid -low10 Importance: low 10 11 11 12 Issue (least_squares): Do a test that the number of attribute titles and number 12 13 of attributes match 13 14 Importance: Mid 15 Who: DSG 14 16 15 17 Issue (least_squares): Do a bug report ot sci py 16 18 Importance: low to don't do 19 Who: Stephen 17 20 18 21 Issue (least_squares): datapoints outside the mesh are not used in … … 28 31 Issue: Get the reservoir example working for the 'new' pyvolution 29 32 Issue: Mid 33 Who: DSG 30 34 31 35 Issue: Exceptions thrown by Python functions called from C don't get caughts 32 36 Background: Have a look at gravity in shallow_water. It calls a C function, gradient, which may throw an exception if arguments are scalars. 33 37 However, it doesn't get caught becuase gravity itself is called from within C 34 Importance: Mid38 Importance: Low 35 39 Suggested Action: Have a look at the calling convention from C (David Beasley) 36 40 Status: Unresolved … … 45 49 2: Write getters and setters to override them. 46 50 3: Pass pertinent values from domain into the c-extensions. 47 Status: Unresolved, D+O agreed to do it this way 18/551 Status: Largely resolved. action 2 ongoing 48 52 49 53 50 54 Issue: Checkpointing - needs to respect changes in script. 55 Importance: Low 51 56 52 57 … … 57 62 Importance: low 58 63 Suggested Action: 64 Who: OLE 59 65 60 66 … … 66 72 setting things up easier. A following suggestion is don't initialise 67 73 quantities without values, eg in quantity __init__. 68 74 Status: resolved. Needs unit test though 69 75 70 76 Issue: Transmissive boundary condition can cause unphysical momentums if 71 77 material is not moving out of the domain. 72 78 Importance: Med 73 Suggested Action: Add some sort of warning in (subclass of) Transmissive_boundary 74 alerting inflow of material. 79 Suggested Action: Comment in transmissive boundary code. look into 80 sponge boundary. 81 75 82 76 83
Note: See TracChangeset
for help on using the changeset viewer.