Commit Graph

11 Commits

Author SHA1 Message Date
Stephen McQuay fef4f8b71f don't implicitly set q in DD.rect_grid 2011-05-19 15:44:21 -06:00
Stephen McQuay d62a1ae0d7 I changed the default func for these grid objects to be the baker version 2011-03-24 16:15:08 -06:00
Stephen McQuay 928a4ccdab made the 'connectivity' tests work (whatever they were) 2011-03-24 15:48:36 -06:00
Stephen McQuay 51277348b8 minor: used appropriate base class 2011-03-24 00:27:30 -06:00
Stephen McQuay c9e6759e97 removed redundant grid class definition 2011-03-23 11:16:50 -06:00
Stephen McQuay f078c31c50 import change 2011-03-23 11:15:05 -06:00
Stephen McQuay 1b91fbcfca minor: logging changes 2011-03-22 16:06:08 -06:00
Stephen McQuay 305b1c82cf removed more traces of the delaunay stuff from the DD file. 2011-03-21 16:55:09 -06:00
Stephen Mardson McQuay 2471f650bc updated some imports 2010-11-08 16:25:09 -07:00
Stephen McQuay fe1564881a more refactoring 2010-10-23 17:06:57 -06:00
Stephen McQuay 2db4169bfa major refactoring
--HG--
rename : lib/baker/__init__.py => interp/baker/__init__.py
rename : lib/grid/DD.py => interp/grid/DD.py
rename : lib/grid/DDD.py => interp/grid/DDD.py
rename : lib/grid/__init__.py => interp/grid/__init__.py
rename : lib/grid/qhull.py => interp/grid/qhull.py
rename : lib/grid/simplex.py => interp/grid/simplex.py
rename : lib/grid/smcqdelaunay.py => interp/grid/smcqdelaunay.py
rename : lib/baker/tools.py => interp/tools.py
2010-10-22 16:10:58 -06:00