Results of my master's thesis
Go to file
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
bin migrated test 2011-02-03 09:36:24 -07:00
data added very simple 3D gmsh for testing 2010-11-01 20:20:53 -06:00
interp minor: formatting 2011-02-03 09:30:12 -07:00
test renamed test files 2011-02-03 09:38:44 -07:00
tools something about the changes I made (abs -> np.abs) made my stuff succeed more often 2010-04-30 11:56:01 -06:00
.hgignore 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
.setup working on getting baker to work in 3D. the code runs, but the numbers are odd. I suspect the rectangular grid, and am going to try a random cloud of points. 2010-03-18 23:18:59 -06:00
setup.py minor 2011-02-02 11:52:53 -07:00