Commit Graph

9 Commits

Author SHA1 Message Date
Stephen McQuay b54272bb85 simplified a module, and adjusted tests for imports 2011-06-07 21:43:03 -06:00
Stephen McQuay 2941a255c7 minor: documentation formatting 2011-03-23 11:23:32 -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 2796eaeed8 moved some functionality from interp.grid.simplex to interp.grid 2011-03-21 17:26:17 -06: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 Mardson McQuay 93fec67cc7 refactored the term 'face' to 'cell' to match what I've found in literature 2010-11-08 15:07:48 -07: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