Commit Graph
20 Commits
Author SHA1 Message Date
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