Commit Graph

11 Commits

Author SHA1 Message Date
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
86145803d4 minor tweaks to logging. Still need to do it right 2011-03-21 17:25:43 -06:00
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
43ea8f6c10 need to revamp the logging, but at least have a place to change the loglevel 2011-02-15 15:21:46 -07:00
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
02b311f72d removed the smberror, and corrected a typo in the exact function 2010-10-23 17:05:33 -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