Changeset 1823
- Timestamp:
- Sep 13, 2005, 7:32:33 AM (19 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r1791 r1823 9 9 The project is managed through TRAC with URL 10 10 https://datamining.anu.edu.au/anuga 11 or from commandline using 12 trac-admin in /home/trac on datamining.anu.edu.au 11 13 14 Ex 15 trac-admin AnuGA help 16 trac-admin AnuGA permission help 17 trac-admin AnuGA permission list 18 trac-admin AnuGA permission add ole CONFIG_VIEW 19 trac-admin AnuGA permission remove anonymous BROWSER_VIEW 12 20 13 21 -
inundation/wiki/future_directions.txt
r1816 r1823 55 55 Least_squares, (Duncan) 56 56 use of quad-tree may not use all datapoints 57 (currently fixed by expand search, need algorithm for searching neighbouring treenodes) 57 (currently fixed by expand search, need algorithm for searching neighbouring treenodes) (TRAC) 58 58 59 59 Give feedback when … … 61 61 mesh outside points boundary ! 62 62 if mesh is corrupted (see lwru2.py and create_mesh.py in debug dir) 63 if segments are repeated (maybe in mesh.check_integrity) 64 65 use sparse matrix (CSR) format in "build_interpolation_matrix_A" 66 simplify geo-referencing (make sure that coordinate 67 changes 'change_points' are used everywhere) 68 69 memory issue: ! 63 if segments are repeated (maybe in mesh.check_integrity) (TRAC) 64 65 use sparse matrix (CSR) format in "build_interpolation_matrix_A" (TRAC) 66 67 simplify geo-referencing (make sure that coordinate changes 'change_points' are 68 used everywhere) (TRAC) 69 70 memory issue: ! (TRAC) 70 71 If LS is used for fitting 71 72 compute self.Atz and self AtA directly and avoid self.A. … … 73 74 If LS is to be used for interpolation 74 75 compute self.A 75 no alpha needed 76 no alpha needed 76 77 77 78 … … 109 110 Architecture 110 111 111 Settle dataflows and formats (pts, dem, msh, sww, etc) ( Duncan)112 Settle dataflows and formats (pts, dem, msh, sww, etc) (Ole) 112 113 113 114 finaltime to be renamed duration … … 160 161 (e.g. at different resolutions) 161 162 163 (IN TRAC now) 164 162 165 163 166
Note: See TracChangeset
for help on using the changeset viewer.