Commit Graph

10 Commits

Author SHA1 Message Date
Stephen Mardson McQuay 13a083198e minor: another entry in the ignore file 2011-05-26 10:13:45 -06:00
Stephen McQuay b952a4a0c8 added a few more directories to ignore 2011-05-20 11:14:18 -06:00
Stephen McQuay 877a42aee3 added some geo files that I used to get results for thesis 2011-05-17 18:50:06 -06:00
Stephen McQuay d001719447 added dgrid bench script, also ignored another couple of directories 2011-03-24 00:36:49 -06:00
Stephen McQuay 3cc0901a54 ignore the profiles dir 2011-03-22 16:09:23 -06:00
Stephen Mardson McQuay 7a1ef49934 minor 2011-02-07 09:39:48 -07:00
Stephen McQuay 3a1c13bcac implemented a function that will be used to provide a generic n-th order, nth-dimension error approximation function 2010-05-04 23:03:07 -06:00
Stephen Mardson McQuay a2d7b3f063 updated library files so that i don't have to edit the __init__.py files
--HG--
rename : lib/baker/__init__.py => lib/baker/baker.py
rename : lib/grid/__init__.py => lib/grid/grid.py
2010-03-08 14:30:22 -07:00
Stephen Mardson McQuay 2cf9a0b574 mostly fixed a bug in my qdelaunay parsing. implemented a blender viewer ... mostly
the qdelaunay app doesn't alway display all faces for a point. lame. I worked around it by creating the point-> face relationships manually.

There is a max recursion something happeneing when I try to save so pickle. look into this.

I spent some time writing a visualizer for blender. 10 lines of code. simple stuff.

next steps would be to move the KDTree into the mesh object. GOOD LUCK (me)!!

--HG--
rename : bin/grid_driver.py => bin/grid_random.py
rename : bin/grid_driver.py => bin/grid_regular.py
2010-02-14 20:56:41 -07:00
Stephen Mardson McQuay 961b3b7b26 init 2009-12-27 10:48:27 -07:00