|
a84c7fda4e
|
minor: todo note
|
2011-05-07 16:12:51 -06:00 |
|
|
dd5d27a91a
|
changed variable name for better legibility
|
2011-05-07 16:11:00 -06:00 |
|
|
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 |
|
|
9a366b0428
|
replaced pattern with my own version
|
2011-05-04 21:36:42 -06:00 |
|
|
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 |
|
|
493e539487
|
removed debugging print statement
|
2011-04-04 15:45:13 -06:00 |
|
|
f70267ec1c
|
minor: some documentation
|
2011-04-03 11:16:14 -06:00 |
|
|
a732d82a98
|
memoized the pattern function
|
2011-04-03 11:09:03 -06:00 |
|
|
2941a255c7
|
minor: documentation formatting
|
2011-03-23 11:23:32 -06:00 |
|
|
4f50e91f8e
|
got rid of silly print statement
|
2011-03-22 16:07:18 -06:00 |
|
|
1b91fbcfca
|
minor: logging changes
|
2011-03-22 16:06:08 -06:00 |
|
|
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 |
|
|
030329a9e7
|
used xrange instead of tuple for order rules
|
2011-02-20 21:35:27 -07:00 |
|
|
a96df3b31c
|
removed the 3d-specific run_baker method
|
2011-02-15 11:48:33 -07:00 |
|
|
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 |
|
|
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 |
|
|
fe1564881a
|
more refactoring
|
2010-10-23 17:06:57 -06:00 |
|
|
eadfa46e57
|
middle of refactor
|
2010-10-23 13:49:15 -06:00 |
|
|
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 |
|