Stephen Mardson McQuay
|
3efe335563
|
moved the quadratic error calculation out of the baker method, and added a cubic version too
|
2010-04-02 11:06:17 -06:00 |
|
Stephen Mardson McQuay
|
700ccc8c25
|
created a test for tesing the cubic interpolation
|
2010-03-20 20:09:46 -06:00 |
|
Stephen Mardson McQuay
|
1fc988428d
|
putting together a simple test case so that I can test my quad/cubic interpolator
|
2010-03-20 17:10:02 -06:00 |
|
Stephen Mardson McQuay
|
993c901cec
|
properly catching the LinAlgError. also, prepping to change the run_baker method (more generic)
|
2010-03-20 11:34:24 -06:00 |
|
Stephen Mardson McQuay
|
bd8f24d64f
|
working on implementing the cubic interpolation. need to split that routine out of the run_baker method
|
2010-03-19 21:27:51 -06:00 |
|
Stephen Mardson McQuay
|
f089848a1b
|
i think part of my problem (why i'm not always getting win), is that i do not guarantee that the simplex contains the point (especially with the random clounds; i think that the connectivity-based lookup is doing that fine
|
2010-03-18 23:50:40 -06:00 |
|
Stephen Mardson McQuay
|
b33159f8a9
|
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 |
|
Stephen Mardson McQuay
|
a2d7b3f063
|
updated library files so that i don't have to edit the __init__.py files
--HG--
rename : lib/baker/__init__.py => lib/baker/baker.py
rename : lib/grid/__init__.py => lib/grid/grid.py
|
2010-03-08 14:30:22 -07:00 |
|
smcquay@cfdviz2
|
c5d8fff883
|
moved some files around to conform to python best practicies
--HG--
rename : lib/baker.py => lib/baker/__init__.py
rename : lib/tools.py => lib/baker/tools.py
rename : lib/grid.py => lib/grid/__init__.py
rename : lib/smcqdelaunay.py => lib/grid/smcqdelaunay.py
|
2010-03-08 13:05:42 -07:00 |
|