Commit Graph

271 Commits

Author SHA1 Message Date
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
Stephen Mardson McQuay 8fcb91ebd2 merge 2011-02-07 09:40:01 -07:00
Stephen Mardson McQuay 7a1ef49934 minor 2011-02-07 09:39:48 -07:00
Stephen McQuay c34f9c911a testing other equations 2011-02-03 09:45:11 -07:00
Stephen McQuay 6bfaa20d40 renamed test files
--HG--
rename : test/cubic.test.py => test/2dcubic.py
rename : test/quad.test.py => test/2dquadratic.py
rename : test/baker.test.py => test/baker2d.py
rename : test/baker.order.test.py => test/baker2dorder.py
rename : test/baker3D.test.py => test/baker3d.py
rename : test/qhull.test.py => test/qhull.py
2011-02-03 09:38:44 -07:00
Stephen McQuay 26196cd14b migrated test 2011-02-03 09:36:24 -07:00
Stephen McQuay 9a439ef7c3 this test tends to succeed more often :) 2011-02-03 09:30:58 -07:00
Stephen McQuay 33106985e1 working test, moving into a real test 2011-02-03 09:30:32 -07:00
Stephen McQuay c0003b58f7 minor: formatting 2011-02-03 09:30:12 -07:00
Stephen Mardson McQuay 6751a22adb stubbed out a test for ordering 2011-02-02 18:40:23 -07:00
Stephen Mardson McQuay 2329479a64 minor 2011-02-02 11:52:53 -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 f1cd3061d7 made the tests more meaningful (they don't false negative) 2011-01-29 14:59:32 -07:00
Stephen McQuay debfd4515a nothing 2011-01-28 12:21:26 -07:00
Stephen McQuay c323511b05 added functionality for supporting the GL front-end 2011-01-26 23:01:18 -07:00
Stephen McQuay ba848f6924 if order doesn't matter, the test for baker stuff is back online 2011-01-26 22:52:39 -07:00
Stephen Mardson McQuay 53d555914e used verts instead of points 2010-11-08 16:26:20 -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 2471f650bc updated some imports 2010-11-08 16:25:09 -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 Mardson McQuay 075dd586a3 got annoyed by the egg folder, so have changed the name of the project 2010-11-08 15:04:41 -07:00
Stephen McQuay 4954633cb1 need to investigate what I was smoking in interp.baker.get_error before I can revive my baker 2D tests 2010-11-01 20:44:18 -06:00
Stephen McQuay fb103a2dd6 changed default log roll size 2010-11-01 20:24:25 -06: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 McQuay 99b7dd6997 changed name of get_error func, and allowed for up to 6-th order interp. also, returning the phi multiplier for test case consumption 2010-11-01 20:22:58 -06:00