Results of my master's thesis
Go to file
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
bin moved some files around to conform to python best practicies 2010-03-08 13:05:42 -07:00
data merged the drivers, and am investigating the qdelauney manpage ... should've done this earlier :P 2010-01-30 12:15:00 -07:00
lib updated library files so that i don't have to edit the __init__.py files 2010-03-08 14:30:22 -07:00
test finally added proper (in my opinon) exception handling to the grid's run_baker method. it should properly autocorrect, and switch the extra point lookup scheme to connectivity-based if solving the system of equations yields a singular solution 2010-03-05 08:58:07 -07:00
tools mostly fixed a bug in my qdelaunay parsing. implemented a blender viewer ... mostly 2010-02-14 20:56:41 -07:00
.hgignore updated library files so that i don't have to edit the __init__.py files 2010-03-08 14:30:22 -07:00
.setup minor: updated the .setup file 2010-01-31 20:51:25 -07:00
distribute_setup.py modified code to use Distribute (python's distribution framework) 2010-03-08 13:31:51 -07:00
setup.py modified code to use Distribute (python's distribution framework) 2010-03-08 13:31:51 -07:00