Changeset 717
- Timestamp:
- Dec 22, 2004, 2:23:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/least_squares.py
r705 r717 21 21 #FIXME (Ole): Currently datapoints outside the triangular mesh are ignored. 22 22 # 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. 23 26 24 27 … … 29 32 from general_mesh import General_mesh 30 33 from Numeric import zeros, array, Float, Int, dot, transpose 31 ##from LinearAlgebra import solve_linear_equations32 34 from sparse import Sparse, Sparse_CSR 33 35 from cg_solve import conjugate_gradient, VectorShapeError
Note: See TracChangeset
for help on using the changeset viewer.