Commit Graph
67 Commits
Author SHA1 Message Date
sm 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
sm 2c07c3ba45 fixed import 2011-03-22 07:15:34 -06:00
sm 28672b5ebe moved some stuff from the smcqdelaunay module into the interp.grid.delaunay module 2011-03-21 17:28:41 -06:00
sm d01dcf4efc started to fix the disparity of 2/3d bash qhull stuff 2011-03-21 17:27:12 -06:00
sm 2796eaeed8 moved some functionality from interp.grid.simplex to interp.grid 2011-03-21 17:26:17 -06:00
sm 86145803d4 minor tweaks to logging. Still need to do it right 2011-03-21 17:25:43 -06:00
sm 54bf66f0fd replace logging of qdelaunay string with a write to /tmp/qdel.out 2011-03-21 17:25:11 -06:00
sm 70eec7e4e0 minor: fixed import 2011-03-21 17:24:31 -06:00
sm 12e7b16102 moved the delaunay grid into it's own module 2011-03-21 16:55:45 -06:00
sm 305b1c82cf removed more traces of the delaunay stuff from the DD file. 2011-03-21 16:55:09 -06:00
sm 8650a8a541 moved install script
--HG--
rename : install.ubuntu.sh => tools/install.ubuntu.sh
2011-03-21 15:15:01 -06:00
sm 6234f8ffe8 moderate: cleaned up file, used library funcs 2011-03-21 12:13:46 -06:00
sm 75806a1377 minor: made things more legible, and resolved a tiny bug 2011-03-21 11:55:52 -06:00
sm d63595a6ae added an ubuntu installer 2011-03-21 11:22:51 -06:00
sm dbe981c24b added slave code 2011-03-02 23:51:43 -07:00
sm 6e4d8c9505 joining code 2011-03-02 23:44:08 -07:00
sm 639f732fce minor rename
--HG--
rename : bin/client.py => bin/master.py
2011-03-02 23:27:27 -07:00
sm 6ba2a2c624 minor: notes on profiling ... will delete 2011-02-21 16:48:21 -07:00
sm 030329a9e7 used xrange instead of tuple for order rules 2011-02-20 21:35:27 -07:00
sm 568c7afb95 more refined mesh 2011-02-20 19:24:08 -07:00
sm e8b15c14e2 used different exact func 2011-02-20 19:23:57 -07:00
sm f03da63c4d messing around with the gmsh3D parser 2011-02-15 15:22:54 -07:00
sm bb174094ab added some logging to hunt down why q wasn't being populated 2011-02-15 15:22:28 -07:00
sm d0e8d11156 don't autopopulate the q's for gmsh grid objects 2011-02-15 15:22:07 -07:00
sm 43ea8f6c10 need to revamp the logging, but at least have a place to change the loglevel 2011-02-15 15:21:46 -07:00
sm 8aad7a596e removed unused import 2011-02-15 11:49:00 -07:00
sm a96df3b31c removed the 3d-specific run_baker method 2011-02-15 11:48:33 -07:00
sm 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
sm 6bc5908a9b renamed pattern test functions to be more meaningful 2011-02-15 11:12:56 -07:00
sm 28711318d5 added a test for the pattern
--HG--
rename : bin/pattern.py => test/pattern.py
2011-02-15 11:10:00 -07:00
sm ec73a6a04e minor: mostly documentation and logging 2011-02-11 00:30:10 -08:00
sm c34f9c911a testing other equations 2011-02-03 09:45:11 -07:00
sm 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
sm 26196cd14b migrated test 2011-02-03 09:36:24 -07:00
sm 9a439ef7c3 this test tends to succeed more often :) 2011-02-03 09:30:58 -07:00
sm 33106985e1 working test, moving into a real test 2011-02-03 09:30:32 -07:00
sm c0003b58f7 minor: formatting 2011-02-03 09:30:12 -07:00
sm f1cd3061d7 made the tests more meaningful (they don't false negative) 2011-01-29 14:59:32 -07:00
sm debfd4515a nothing 2011-01-28 12:21:26 -07:00
sm c323511b05 added functionality for supporting the GL front-end 2011-01-26 23:01:18 -07:00
sm ba848f6924 if order doesn't matter, the test for baker stuff is back online 2011-01-26 22:52:39 -07:00
sm 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
sm fb103a2dd6 changed default log roll size 2010-11-01 20:24:25 -06:00
sm 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
sm 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
sm 6f63173489 changed the location of the declaration of global vars 2010-11-01 20:21:47 -06:00
sm 0f2581f04d added very simple 3D gmsh for testing 2010-11-01 20:20:53 -06:00
sm 8dff2747fd still proving out the 3D gmsh class, added correct funcs (3D) to the driver 2010-11-01 20:20:05 -06:00
sm 8c0eb66e0b added a bunch of random point checks 2010-11-01 20:19:09 -06:00
sm fe1564881a more refactoring 2010-10-23 17:06:57 -06:00
sm 7d32f4391f updated imports, and changed smberror to Exception 2010-10-23 17:06:11 -06:00
sm 02b311f72d removed the smberror, and corrected a typo in the exact function 2010-10-23 17:05:33 -06:00
sm 47a840c4b4 updated the interp.grid object to be a better base class 2010-10-23 17:01:10 -06:00
sm 2eaec8268c created a distince gmsh 2D plugin 2010-10-23 16:57:44 -06:00
sm 71761dd5a1 removed uneccesarry import from blender plotting file 2010-10-23 16:56:52 -06:00
sm 885c5c34c1 beefed up the setup file so that people can find me 2010-10-23 16:56:30 -06:00
sm eadfa46e57 middle of refactor 2010-10-23 13:49:15 -06:00
sm 431f3a4e44 forgot the __init__.py file 2010-10-22 16:21:41 -06:00
sm 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
sm 98d7247497 minor: doc change 2010-10-22 09:21:04 -06:00
sm 91c8a661f4 working 2D gmsh parser 2010-10-22 09:20:59 -06:00
sm e4988fd150 implementing a 2D mesh object for gmsh files 2010-10-06 12:15:09 -06:00
sm b3680848d5 testing push 2010-09-04 16:52:16 -06:00
sm 73322f7554 testing push 2010-09-04 16:51:05 -06:00
sm df35cb174b made a get_error function that is generic and functional. I'm still getting unsavory numbers for the cubic, 2-D case on my single test case. I will have to try out more refined grids, albeit the quadratic is consistently improving results for my case. 2010-05-05 23:03:12 -06:00
sm 3a1c13bcac implemented a function that will be used to provide a generic n-th order, nth-dimension error approximation function 2010-05-04 23:03:07 -06:00
sm 2cbd92e15b wrapping up a night. there isn't enough consistent improvement to merit using this method. i must have a bug somewhere. 2010-04-29 23:29:35 -06:00