source: branches/numpy/anuga/lib/order_boundary/README.txt @ 6883

Last change on this file since 6883 was 6213, checked in by ole, 16 years ago

Ross and Ole discovered reasons for maxasc and order_boundary not being included in test_all.py - the assumption made in test_all.py was a flat structure under anuga. This should be rewritten using os.walk('.') as in clean_all.py

File size: 393 bytes
Line 
1The module here (order_boundary.py) contains a function that takes a CSV
2file of boundary points and orders the points into an output CSV file.
3
4The first point in the file is assumed to be the start point.  All other
5points in the file are the points that are closest to each succeeding point.
6
7Note that in pathological cases the ordering may be wrong.  Always check!
8CAVEAT EMPTOR.
Note: See TracBrowser for help on using the repository browser.