Ignore:
Timestamp:
Mar 17, 2009, 11:14:17 PM (15 years ago)
Author:
ole
Message:

Added first step in dealing with ticket:314 - a different way of
assessing whether a point is inside a triangle. Next step is to remove
all the now unnecessary epsilon tests in search_functions.py.

Tests using the Okushiri fitting example revealed that this approach is
over 30% faster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/test_search_functions.py

    r6152 r6536  
    210210#-------------------------------------------------------------
    211211if __name__ == "__main__":
    212     suite = unittest.makeSuite(Test_search_functions,'test')
    213     #suite = unittest.makeSuite(Test_search_functions,'expanding_search')
     212    suite = unittest.makeSuite(Test_search_functions, 'test')
    214213    runner = unittest.TextTestRunner(verbosity=1)
    215214    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.