Commit Graph

24 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 25eae429f5 minor: function protocol order change. minor because they are named params 2011-05-17 21:07:45 -06:00
Stephen McQuay 3f4785ef49 upped the max search count 2011-03-30 16:11:04 -06:00
Stephen McQuay bf791deeb6 merged the gmsh meshes (2/3D) into a single mesh, updated other files to support this 2011-03-28 19:07:19 -06:00
Stephen McQuay bf993339d6 moved the blender funcs into the main grid object 2011-03-28 15:36:50 -06:00
Stephen McQuay c80b253141 minor: improved the exception message 2011-03-24 00:27:06 -06:00
Stephen McQuay bf6e1002a9 got rid of magic number 2011-03-23 17:34:42 -06:00
Stephen McQuay 2941a255c7 minor: documentation formatting 2011-03-23 11:23:32 -06:00
Stephen McQuay 3c336ce869 removed pointless log lines, and reenabled a throw exception is attempts to find containing simplex goes past 200 2011-03-22 14:13:52 -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 d01dcf4efc started to fix the disparity of 2/3d bash qhull stuff 2011-03-21 17:27:12 -06:00
Stephen McQuay 305b1c82cf removed more traces of the delaunay stuff from the DD file. 2011-03-21 16:55:09 -06:00
Stephen Mardson McQuay e856851f1e moved the qhull generator into the base grid class 2011-03-21 15:24:25 -06:00
Stephen McQuay bb174094ab added some logging to hunt down why q wasn't being populated 2011-02-15 15:22:28 -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 c323511b05 added functionality for supporting the GL front-end 2011-01-26 23:01:18 -07:00
Stephen Mardson McQuay c6a9f38046 minor: removed useless improts, and changed used appropriate class variable 2010-11-08 16:25:59 -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 e8d709ee66 fixed bug where faces_for_vert came back changed for subsequent calls to get_containing_simplex (was adding/removing from list alias, now I copy the list). 2010-11-01 20:24:12 -06:00
Stephen Mardson McQuay d6421524f3 realized I didn't need the exact_func in the grid object 2010-11-01 15:53:06 -06:00
Stephen Mardson McQuay bcf1622f35 added a generic get simplex and points function to the grid 2010-10-29 12:43:18 -06:00
Stephen McQuay 47a840c4b4 updated the interp.grid object to be a better base class 2010-10-23 17:01:10 -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