Commit Graph

32 Commits

Author SHA1 Message Date
Stephen M. McQuay 0577356cd7 replaced answer with a namedtuple 2011-09-17 15:39:01 -06:00
Stephen M. McQuay 837a72b246 Major: made scripts pass pep8 and pyflakes 2011-09-17 15:38:49 -06:00
Stephen McQuay c682b12bea polish for inclusion into thesis 2011-06-07 22:37:12 -06:00
Stephen McQuay 14fef76b2b removed the pattern tests at the end of the main baker script 2011-06-07 21:48:54 -06:00
Stephen McQuay 3180a89877 minor comment edit 2011-05-20 22:11:33 -06:00
Stephen McQuay ae52881e55 made the baker method return final = qlin for linear interps 2011-05-20 11:12:40 -06:00
Stephen McQuay a84c7fda4e minor: todo note 2011-05-07 16:12:51 -06:00
Stephen McQuay dd5d27a91a changed variable name for better legibility 2011-05-07 16:11:00 -06:00
Stephen McQuay 9e766d0355 added a better docstring and improved the memoize function 2011-05-07 16:06:14 -06:00
Stephen Mardson McQuay ff28008eb5 minor: log level 2011-05-04 21:49:27 -06:00
Stephen McQuay 9a366b0428 replaced pattern with my own version 2011-05-04 21:36:42 -06:00
Stephen McQuay 09fc14b99d added a log for proof of cache 2011-05-04 21:25:16 -06:00
Stephen Mardson McQuay 2e7391f573 fixed the pattern function and the memoization thereof 2011-05-04 21:09:15 -06:00
Stephen Mardson McQuay 1cde1d9a01 removed uneccesary import 2011-05-04 20:24:35 -06:00
Stephen McQuay 493e539487 removed debugging print statement 2011-04-04 15:45:13 -06:00
Stephen McQuay f70267ec1c minor: some documentation 2011-04-03 11:16:14 -06:00
Stephen McQuay a732d82a98 memoized the pattern function 2011-04-03 11:09:03 -06:00
Stephen McQuay 2941a255c7 minor: documentation formatting 2011-03-23 11:23:32 -06:00
Stephen McQuay 4f50e91f8e got rid of silly print statement 2011-03-22 16:07:18 -06:00
Stephen McQuay 1b91fbcfca minor: logging changes 2011-03-22 16:06:08 -06:00
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