Changeset 1918


Ignore:
Timestamp:
Oct 14, 2005, 11:24:54 AM (19 years ago)
Author:
duncan
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/wiki/least_squares_refactoring.txt

    r1915 r1918  
    6666 situation)
    6767
    68 Fitting 2 million points to a one million triangles mesh will not cause a
     68Fitting 5 million points to a one million triangles mesh will not cause a
    6969memory error.
    7070
     
    131131
    132132*To reduce the time spent building matrix A.
     133
    133134Change the expansion algorithm, when determining what triangle a point
    134 is in. It should look in the cell of the point and then all adjacent
     135 is in, when none of the vertices are in the cell the point is in.
     136
     137Options (still thinking about this one)
     138*  It should look in the cell of the point and then all adjacent
    135139cells. If it isn't there then ... we have problems.  My feeling is it
    136140has to be there.
     141- Building the structure to keep this info could be prohibative.
     142
    137143
    138144Another speed up option is to write the bottlenecks in C. Do it if necessary.
Note: See TracChangeset for help on using the changeset viewer.