Changeset 1823


Ignore:
Timestamp:
Sep 13, 2005, 7:32:33 AM (19 years ago)
Author:
ole
Message:

Moved some issues into TRAC + comments about TRAC

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r1791 r1823  
    99The project is managed through TRAC with URL
    1010https://datamining.anu.edu.au/anuga
     11or from commandline using
     12trac-admin in /home/trac on datamining.anu.edu.au
    1113
     14Ex
     15trac-admin AnuGA help
     16trac-admin AnuGA permission help
     17trac-admin AnuGA permission list
     18trac-admin AnuGA permission add ole CONFIG_VIEW
     19trac-admin AnuGA permission remove anonymous BROWSER_VIEW
    1220
    1321
  • inundation/wiki/future_directions.txt

    r1816 r1823  
    5555Least_squares, (Duncan)
    5656        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)
    5858
    5959        Give feedback when
     
    6161                mesh outside points boundary  !
    6262                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)
    7071                If LS is used for fitting
    7172                    compute self.Atz and self AtA directly and avoid self.A.
     
    7374                If LS is to be used for interpolation
    7475                    compute self.A
    75                     no alpha needed
     76                    no alpha needed 
    7677               
    7778               
     
    109110Architecture
    110111
    111 Settle dataflows and formats (pts, dem, msh, sww, etc) (Duncan)
     112Settle dataflows and formats (pts, dem, msh, sww, etc) (Ole)
    112113 
    113114finaltime to be renamed duration
     
    160161        (e.g. at different resolutions)
    161162       
     163        (IN TRAC now)
     164       
    162165             
    163166           
Note: See TracChangeset for help on using the changeset viewer.