Commit Graph

26 Commits

Author SHA1 Message Date
Stephen M. McQuay 1af176a6e0 Primarily: fixed the gmsh module to use integer indices
also did some pep8/pyflakes cleanup
2011-09-27 15:23:42 -06:00
Stephen M. McQuay 2f6c87dd4f minor: missed a few Answer-related lines, and my logic in baker.interpolate was incorrect 2011-09-17 17:03:07 -06:00
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 00b564880a just realized my 2D function is good, but isn't exactly the function used by Baker 2011-05-29 13:22:44 -06:00
Stephen McQuay 9a0d0a3e10 faster rms 2011-05-26 14:40:02 -06:00
Stephen McQuay d7aebc7be0 Added another exact function, this time from scipy website 2011-05-24 13:45:39 -06:00
Stephen McQuay 60fa58c392 minor: whitespace 2011-05-20 11:13:17 -06:00
Stephen McQuay 5509ef5b96 added simplified improvement test 2011-05-18 12:57:09 -06:00
Stephen McQuay 6cebb66a85 minor: more meaningful percent 2011-05-17 21:07:23 -06:00
Stephen McQuay 950de0f6ec minor: comment 2011-05-02 21:56:41 -06:00
Stephen McQuay 7685b130b7 added a function to measure improvement 2011-03-28 22:11:38 -06:00
Stephen McQuay 8557394a51 renamed the exact funcs 2011-03-24 00:26:27 -06:00
Stephen McQuay f600f8a2f2 added a simpler exact func 2011-03-22 14:20:48 -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 86145803d4 minor tweaks to logging. Still need to do it right 2011-03-21 17:25:43 -06:00
Stephen McQuay 6e4d8c9505 joining code 2011-03-02 23:44:08 -07:00
Stephen Mardson McQuay da95afb14d changed the 2D gmsh to work with new baker method 2011-02-20 19:23:01 -07:00
Stephen McQuay 43ea8f6c10 need to revamp the logging, but at least have a place to change the loglevel 2011-02-15 15:21:46 -07:00
Stephen McQuay fb103a2dd6 changed default log roll size 2010-11-01 20:24:25 -06:00
Stephen Mardson McQuay 8e83439a6d the exact funcs now log what they're doing when they're called 2010-11-01 15:54:12 -06:00
Stephen Mardson McQuay 57685a1c04 smblog -> log ... again 2010-10-29 12:42:05 -06:00
Stephen McQuay 02b311f72d removed the smberror, and corrected a typo in the exact function 2010-10-23 17:05:33 -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