Commit Graph

93 Commits

Author SHA1 Message Date
Stephen McQuay fef4f8b71f don't implicitly set q in DD.rect_grid 2011-05-19 15:44:21 -06:00
Stephen McQuay 5509ef5b96 added simplified improvement test 2011-05-18 12:57:09 -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 6cebb66a85 minor: more meaningful percent 2011-05-17 21:07:23 -06:00
Stephen McQuay 36ae72387a whitespace and docstrings 2011-05-15 18:01:45 -06:00
Stephen Mardson McQuay 88520ffe33 renamed slave to minion
--HG--
rename : bin/slave.py => bin/minion.py
2011-05-08 13:36:06 -06:00
Stephen McQuay a84c7fda4e minor: todo note 2011-05-07 16:12:51 -06:00
Stephen McQuay dd5d27a91a changed variable name for better legibility 2011-05-07 16:11:00 -06:00
Stephen McQuay 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
Stephen McQuay 9a366b0428 replaced pattern with my own version 2011-05-04 21:36:42 -06:00
Stephen McQuay 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
Stephen Mardson McQuay 5a8c29e1e1 ordered required libs so they build correctly. also added version variable 2011-05-04 20:23:27 -06:00
Stephen McQuay 950de0f6ec minor: comment 2011-05-02 21:56:41 -06:00
Stephen McQuay 493e539487 removed debugging print statement 2011-04-04 15:45:13 -06:00
Stephen McQuay f70267ec1c minor: some documentation 2011-04-03 11:16:14 -06:00
Stephen McQuay a732d82a98 memoized the pattern function 2011-04-03 11:09:03 -06:00
Stephen McQuay 0a0e43f409 forgot to add this file which abstracts away the binding of methods to the network queue 2011-04-02 01:45:26 -06:00
Stephen McQuay 3f4785ef49 upped the max search count 2011-03-30 16:11:04 -06:00
Stephen McQuay 7685b130b7 added a function to measure improvement 2011-03-28 22:11:38 -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 d62a1ae0d7 I changed the default func for these grid objects to be the baker version 2011-03-24 16:15:08 -06:00
Stephen McQuay 928a4ccdab made the 'connectivity' tests work (whatever they were) 2011-03-24 15:48:36 -06:00
Stephen McQuay 51277348b8 minor: used appropriate base class 2011-03-24 00:27:30 -06:00
Stephen McQuay c80b253141 minor: improved the exception message 2011-03-24 00:27:06 -06:00
Stephen McQuay 124d9bb12d removed unecessary import 2011-03-24 00:26:44 -06:00
Stephen McQuay 8557394a51 renamed the exact funcs 2011-03-24 00:26:27 -06:00
Stephen McQuay 052af650e9 merge 2011-03-23 17:35:06 -06:00
Stephen McQuay bf6e1002a9 got rid of magic number 2011-03-23 17:34:42 -06:00
Stephen Mardson McQuay fda2246c14 handled case where there is no config file 2011-03-23 11:51:54 -06:00
Stephen McQuay 50cc783b97 fixed import of delaunay grid 2011-03-23 11:47:42 -06:00
Stephen McQuay ba5280c17b added python path for blender runs 2011-03-23 11:47:30 -06:00
Stephen McQuay 2941a255c7 minor: documentation formatting 2011-03-23 11:23:32 -06:00
Stephen McQuay c9e6759e97 removed redundant grid class definition 2011-03-23 11:16:50 -06:00
Stephen McQuay f078c31c50 import change 2011-03-23 11:15:05 -06:00
Stephen McQuay 3b4db56b94 changed grid name to dgrid 2011-03-23 11:14:50 -06:00
Stephen McQuay aaaf5c7fbb fixed 2D gmsh blender dump 2011-03-23 11:14:09 -06:00
Stephen McQuay 4f50e91f8e got rid of silly print statement 2011-03-22 16:07:18 -06:00
Stephen McQuay 1b91fbcfca minor: logging changes 2011-03-22 16:06:08 -06:00
Stephen McQuay 465bc0d819 added a config file 2011-03-22 15:06:51 -06:00
Stephen McQuay f600f8a2f2 added a simpler exact func 2011-03-22 14:20:48 -06:00
Stephen McQuay a3893d520d got rid of a bunch of code that was causing extraneous searching in delaunay plugin 2011-03-22 14:20:25 -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 41261c96ce changed default log to INFO 2011-03-22 14:13:10 -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 2c07c3ba45 fixed import 2011-03-22 07:15:34 -06:00
Stephen McQuay 28672b5ebe moved some stuff from the smcqdelaunay module into the interp.grid.delaunay module 2011-03-21 17:28:41 -06:00