smbinterp/lib
smcquay@cfdviz2 a25e6d03d1 partially implemented using new data structure in point lookup
I spoke with Dr. Gorrell about first trying to call the nearest-neighbor routine, releasing the trapped exception where the matrix ends up being singular, and trapping it in the grid object's run_baker, where I could then call the connectivity-based lookup routine. Those are my next steps, as well as starting to think about pushing the 3D front ahead this week.
2010-02-26 14:44:29 -07:00
..
baker.py wrote the method that returns grid objects based on connectivity 2010-02-21 20:42:32 -07:00
grid.py partially implemented using new data structure in point lookup 2010-02-26 14:44:29 -07:00
smcqdelaunay.py added face information to the grid. i need to parse and add point->face information ... somehow ... 2010-02-07 20:23:19 -07:00
tools.py MAJOR: updated the baker method. it's more generic, and should allow me to 3D-ifiy it more simply. a ton of other things 2010-01-31 20:47:03 -07:00