Changeset 717


Ignore:
Timestamp:
Dec 22, 2004, 2:23:31 PM (20 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/least_squares.py

    r705 r717  
    2121#FIXME (Ole): Currently datapoints outside the triangular mesh are ignored.
    2222#             Is there a clean way of including them?
     23# (DSG) No clean way was found.  After discussions with stephen the best
     24# solution was having the user increase the size of the mesh to
     25#       cover all the desired points.
    2326
    2427
     
    2932from general_mesh import General_mesh
    3033from Numeric import zeros, array, Float, Int, dot, transpose
    31 ##from LinearAlgebra import solve_linear_equations
    3234from sparse import Sparse, Sparse_CSR
    3335from cg_solve import conjugate_gradient, VectorShapeError
Note: See TracChangeset for help on using the changeset viewer.