Commit Graph

395 Commits

Author SHA1 Message Date
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 c642e6a1e1 this gmsh object works better 2011-03-22 14:00:26 -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
Stephen McQuay d01dcf4efc started to fix the disparity of 2/3d bash qhull stuff 2011-03-21 17:27:12 -06:00
Stephen McQuay 2796eaeed8 moved some functionality from interp.grid.simplex to interp.grid 2011-03-21 17:26:17 -06:00
Stephen McQuay 86145803d4 minor tweaks to logging. Still need to do it right 2011-03-21 17:25:43 -06:00
Stephen McQuay 54bf66f0fd replace logging of qdelaunay string with a write to /tmp/qdel.out 2011-03-21 17:25:11 -06:00
Stephen McQuay 70eec7e4e0 minor: fixed import 2011-03-21 17:24:31 -06:00
Stephen McQuay 12e7b16102 moved the delaunay grid into it's own module 2011-03-21 16:55:45 -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 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
Stephen McQuay 8650a8a541 moved install script
--HG--
rename : install.ubuntu.sh => tools/install.ubuntu.sh
2011-03-21 15:15:01 -06:00
Stephen McQuay 6234f8ffe8 moderate: cleaned up file, used library funcs 2011-03-21 12:13:46 -06:00
Stephen McQuay 75806a1377 minor: made things more legible, and resolved a tiny bug 2011-03-21 11:55:52 -06:00
Stephen McQuay 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
Stephen McQuay dbe981c24b added slave code 2011-03-02 23:51:43 -07:00
Stephen McQuay 6e4d8c9505 joining code 2011-03-02 23:44:08 -07:00
Stephen McQuay 639f732fce minor rename
--HG--
rename : bin/client.py => bin/master.py
2011-03-02 23:27:27 -07:00
Stephen Mardson McQuay 8b1670fdc0 added a server 2011-03-02 23:26:04 -07:00
Stephen Mardson McQuay 58d651969e added client 2011-03-02 23:15:14 -07:00
Stephen McQuay 6ba2a2c624 minor: notes on profiling ... will delete 2011-02-21 16:48:21 -07:00
Stephen McQuay 030329a9e7 used xrange instead of tuple for order rules 2011-02-20 21:35:27 -07:00
Stephen McQuay 568c7afb95 more refined mesh 2011-02-20 19:24:08 -07:00
Stephen McQuay e8b15c14e2 used different exact func 2011-02-20 19:23:57 -07:00
Stephen Mardson McQuay da95afb14d changed the 2D gmsh to work with new baker method 2011-02-20 19:23:01 -07:00
Stephen McQuay f03da63c4d messing around with the gmsh3D parser 2011-02-15 15:22:54 -07: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 McQuay d0e8d11156 don't autopopulate the q's for gmsh grid objects 2011-02-15 15:22:07 -07:00
Stephen McQuay 43ea8f6c10 need to revamp the logging, but at least have a place to change the loglevel 2011-02-15 15:21:46 -07:00
Stephen McQuay 8aad7a596e removed unused import 2011-02-15 11:49:00 -07:00
Stephen McQuay a96df3b31c removed the 3d-specific run_baker method 2011-02-15 11:48:33 -07:00
Stephen McQuay 9827035e72 made it so I can call all tests at once
--HG--
rename : test/2dcubic.py => test/cubic2d.py
rename : test/2dquadratic.py => test/quadratic2d.py
2011-02-15 11:27:45 -07:00
Stephen McQuay 6bc5908a9b renamed pattern test functions to be more meaningful 2011-02-15 11:12:56 -07:00
Stephen McQuay 28711318d5 added a test for the pattern
--HG--
rename : bin/pattern.py => test/pattern.py
2011-02-15 11:10:00 -07:00
Stephen Mardson McQuay ea8821fbff commented out the connectivity construction 2011-02-15 09:03:33 -07:00
Stephen McQuay ec73a6a04e minor: mostly documentation and logging 2011-02-11 00:30:10 -08:00