Commit Graph

12 Commits

Author SHA1 Message Date
Stephen McQuay 05d1b962fc modified the logging to comply with what is on the docs.python.org page on the logging library and how it should be used 2011-03-22 11:10:19 -06:00
Stephen McQuay 030329a9e7 used xrange instead of tuple for order rules 2011-02-20 21:35:27 -07:00
Stephen McQuay a96df3b31c removed the 3d-specific run_baker method 2011-02-15 11:48:33 -07:00
Stephen McQuay ec73a6a04e minor: mostly documentation and logging 2011-02-11 00:30:10 -08:00
Stephen Mardson McQuay 2329479a64 minor 2011-02-02 11:52:53 -07:00
Stephen Mardson McQuay 046e24b67d made the get_phis and qlinear functions work independant of dimension 2011-02-02 10:56:20 -07:00
Stephen McQuay 99b7dd6997 changed name of get_error func, and allowed for up to 6-th order interp. also, returning the phi multiplier for test case consumption 2010-11-01 20:22:58 -06:00
Stephen Mardson McQuay 22a8855a99 removed the old baker error routines 2010-10-29 21:05:21 -06:00
Stephen Mardson McQuay 967170d765 changed points to verts in baker 2010-10-29 12:40:32 -06:00
Stephen McQuay fe1564881a more refactoring 2010-10-23 17:06:57 -06:00
Stephen McQuay eadfa46e57 middle of refactor 2010-10-23 13:49:15 -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