Commit Graph

163 Commits

Author SHA1 Message Date
e581ab3215 removed the msh files (easy to generate) 2011-03-24 00:27:53 -06:00
51277348b8 minor: used appropriate base class 2011-03-24 00:27:30 -06:00
c80b253141 minor: improved the exception message 2011-03-24 00:27:06 -06:00
124d9bb12d removed unecessary import 2011-03-24 00:26:44 -06:00
8557394a51 renamed the exact funcs 2011-03-24 00:26:27 -06:00
052af650e9 merge 2011-03-23 17:35:06 -06:00
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
50cc783b97 fixed import of delaunay grid 2011-03-23 11:47:42 -06:00
ba5280c17b added python path for blender runs 2011-03-23 11:47:30 -06:00
2941a255c7 minor: documentation formatting 2011-03-23 11:23:32 -06:00
c9e6759e97 removed redundant grid class definition 2011-03-23 11:16:50 -06:00
e22a95c360 changed import 2011-03-23 11:16:31 -06:00
f078c31c50 import change 2011-03-23 11:15:05 -06:00
3b4db56b94 changed grid name to dgrid 2011-03-23 11:14:50 -06:00
aaaf5c7fbb fixed 2D gmsh blender dump 2011-03-23 11:14:09 -06:00
3cc0901a54 ignore the profiles dir 2011-03-22 16:09:23 -06:00
4f50e91f8e got rid of silly print statement 2011-03-22 16:07:18 -06:00
1b91fbcfca minor: logging changes 2011-03-22 16:06:08 -06:00
465bc0d819 added a config file 2011-03-22 15:06:51 -06:00
f600f8a2f2 added a simpler exact func 2011-03-22 14:20:48 -06:00
a3893d520d got rid of a bunch of code that was causing extraneous searching in delaunay plugin 2011-03-22 14:20:25 -06:00
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
41261c96ce changed default log to INFO 2011-03-22 14:13:10 -06:00
c642e6a1e1 this gmsh object works better 2011-03-22 14:00:26 -06:00
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
2c07c3ba45 fixed import 2011-03-22 07:15:34 -06:00
28672b5ebe moved some stuff from the smcqdelaunay module into the interp.grid.delaunay module 2011-03-21 17:28:41 -06:00
d01dcf4efc started to fix the disparity of 2/3d bash qhull stuff 2011-03-21 17:27:12 -06:00
2796eaeed8 moved some functionality from interp.grid.simplex to interp.grid 2011-03-21 17:26:17 -06:00
86145803d4 minor tweaks to logging. Still need to do it right 2011-03-21 17:25:43 -06:00
54bf66f0fd replace logging of qdelaunay string with a write to /tmp/qdel.out 2011-03-21 17:25:11 -06:00
70eec7e4e0 minor: fixed import 2011-03-21 17:24:31 -06:00
12e7b16102 moved the delaunay grid into it's own module 2011-03-21 16:55:45 -06:00
305b1c82cf removed more traces of the delaunay stuff from the DD file. 2011-03-21 16:55:09 -06:00
Stephen Mardson McQuay
fca5a5c600 merge 2011-03-21 15:24:30 -06:00
Stephen Mardson McQuay
e856851f1e moved the qhull generator into the base grid class 2011-03-21 15:24:25 -06:00
8650a8a541 moved install script
--HG--
rename : install.ubuntu.sh => tools/install.ubuntu.sh
2011-03-21 15:15:01 -06:00
6234f8ffe8 moderate: cleaned up file, used library funcs 2011-03-21 12:13:46 -06:00
75806a1377 minor: made things more legible, and resolved a tiny bug 2011-03-21 11:55:52 -06:00
d63595a6ae added an ubuntu installer 2011-03-21 11:22:51 -06:00
Stephen Mardson McQuay
b83dd04e14 made the messages a bit more verbose (can investigate for interpolation) 2011-03-03 00:59:47 -07:00
Stephen Mardson McQuay
8f6d8ddc50 minor: made the submit script start/end on sys.argv params 2011-03-03 00:59:31 -07:00
Stephen Mardson McQuay
89da68878a meaningful input to submit script 2011-03-03 00:38:47 -07:00
Stephen Mardson McQuay
f125a653b1 working slave/master setup 2011-03-03 00:20:03 -07:00
Stephen Mardson McQuay
eefcc682cc added something to consume the service 2011-03-03 00:03:52 -07:00
Stephen Mardson McQuay
cbc2d13e70 in progress 2011-03-03 00:01:46 -07:00
dbe981c24b added slave code 2011-03-02 23:51:43 -07:00
6e4d8c9505 joining code 2011-03-02 23:44:08 -07:00
639f732fce minor rename
--HG--
rename : bin/client.py => bin/master.py
2011-03-02 23:27:27 -07:00