53d555914eused verts instead of points
Stephen Mardson McQuay
2010-11-08 16:26:20 -0700
c6a9f38046minor: removed useless improts, and changed used appropriate class variable
Stephen Mardson McQuay
2010-11-08 16:25:59 -0700
2471f650bcupdated some imports
Stephen Mardson McQuay
2010-11-08 16:25:09 -0700
93fec67cc7refactored the term 'face' to 'cell' to match what I've found in literature
Stephen Mardson McQuay
2010-11-08 15:07:48 -0700
075dd586a3got annoyed by the egg folder, so have changed the name of the project
Stephen Mardson McQuay
2010-11-08 15:04:41 -0700
4954633cb1need to investigate what I was smoking in interp.baker.get_error before I can revive my baker 2D testsStephen Mardson McQuay2010-11-01 20:44:18 -0600
e8d709ee66fixed 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).Stephen Mardson McQuay2010-11-01 20:24:12 -0600
99b7dd6997changed name of get_error func, and allowed for up to 6-th order interp. also, returning the phi multiplier for test case consumptionStephen Mardson McQuay2010-11-01 20:22:58 -0600
df35cb174bmade 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.Stephen Mardson McQuay2010-05-05 23:03:12 -0600
3a1c13bcacimplemented a function that will be used to provide a generic n-th order, nth-dimension error approximation functionStephen Mardson McQuay2010-05-04 23:03:07 -0600
c5adab295bminor: but i'm on the verge of implementing the cubic error term for 3D
Stephen Mardson McQuay
2010-04-30 16:23:29 -0600
a1c88a186esomething about the changes I made (abs -> np.abs) made my stuff succeed more often
Stephen Mardson McQuay
2010-04-30 11:56:01 -0600
2cbd92e15bwrapping up a night. there isn't enough consistent improvement to merit using this method. i must have a bug somewhere.Stephen Mardson McQuay2010-04-29 23:29:35 -0600
3dcc10ea0eworking on the containing simplex problem. the get containing simplex function works, if the point is in the domain. I am trying to force the domain to contain the point (placing points along perimiter of the mesh). I am not doing that right, but have to run
Stephen Mardson McQuay
2010-04-24 18:26:44 -0600
cfcd1e15a2working on the guarantee simplex routine. I have a test case to try it out against, and need to look at visiting neighbors of faces adjacent to points.
Stephen Mardson McQuay
2010-04-23 16:29:31 -0600
0a388ff1b5trying to guarantee a containing simplex
Stephen Mardson McQuay
2010-04-23 09:58:30 -0600
79880acad4fixed discrepancy with Baker's eq 17.
Stephen Mardson McQuay
2010-04-09 15:03:16 -0600
3efe335563moved the quadratic error calculation out of the baker method, and added a cubic version too
Stephen Mardson McQuay
2010-04-02 11:06:17 -0600
700ccc8c25created a test for tesing the cubic interpolation
Stephen Mardson McQuay
2010-03-20 20:09:46 -0600
1fc988428dputting together a simple test case so that I can test my quad/cubic interpolator
Stephen Mardson McQuay
2010-03-20 17:10:02 -0600
993c901cecproperly catching the LinAlgError. also, prepping to change the run_baker method (more generic)
Stephen Mardson McQuay
2010-03-20 11:34:24 -0600
bd8f24d64fworking on implementing the cubic interpolation. need to split that routine out of the run_baker method
Stephen Mardson McQuay
2010-03-19 21:27:51 -0600
f089848a1bi 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
Stephen Mardson McQuay
2010-03-18 23:50:40 -0600
9836fdcbfeadded files. still not consistently getting better numbers
Stephen Mardson McQuay
2010-03-18 23:32:24 -0600
b33159f8a9working 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.
Stephen Mardson McQuay
2010-03-18 23:18:59 -0600
a2d7b3f063updated library files so that i don't have to edit the __init__.py files
Stephen Mardson McQuay
2010-03-08 14:30:22 -0700
b9ea6a3ac2modified code to use Distribute (python's distribution framework)
Stephen Mardson McQuay
2010-03-08 13:31:51 -0700
c5d8fff883moved some files around to conform to python best practicies
smcquay@cfdviz2
2010-03-08 13:05:42 -0700
9a1b8d14b2finally added proper (in my opinon) exception handling to the grid's run_baker method. it should properly autocorrect, and switch the extra point lookup scheme to connectivity-based if solving the system of equations yields a singular solution
Stephen Mardson McQuay
2010-03-05 08:58:07 -0700
a25e6d03d1partially implemented using new data structure in point lookup
smcquay@cfdviz2
2010-02-26 14:44:29 -0700
2792329eaacleaned up the method (removed print statements) i'm ready to now add this method as an option to the mesh object
Stephen Mardson McQuay
2010-02-21 20:52:51 -0700
a3d72ed200wrote the method that returns grid objects based on connectivity
Stephen Mardson McQuay
2010-02-21 20:42:32 -0700
0ef6897aeemade a simplex class, going to move this into the face class to simplify
Stephen Mardson McQuay
2010-02-21 19:02:45 -0700
6c4c6d4cfemoved teh grid code into the grid class
smcquay@cfdviz2
2010-02-20 13:18:24 -0700
2cf9a0b574mostly fixed a bug in my qdelaunay parsing. implemented a blender viewer ... mostly
Stephen Mardson McQuay
2010-02-14 20:56:41 -0700
9ff48f4c12minor: added point to facet information to the grid object
Stephen Mardson McQuay
2010-02-10 00:20:06 -0700
9064663600added face information to the grid. i need to parse and add point->face information ... somehow ...
Stephen Mardson McQuay
2010-02-07 20:23:19 -0700
50daeb5d74getting stuff from qdelaunay
Stephen Mardson McQuay
2010-02-07 00:01:02 -0700
f9973e7580minor, updated the driver to handle linear case
Stephen Mardson McQuay
2010-01-31 21:15:47 -0700
0f4daa9a9cfixed a little bug and getting good results again. still will have problems if you try to simply get a linear interpolation
Stephen Mardson McQuay
2010-01-31 21:10:37 -0700
2113abb8dcminor: updated the .setup file
Stephen Mardson McQuay
2010-01-31 20:51:25 -0700
80720c45feMAJOR: updated the baker method. it's more generic, and should allow me to 3D-ifiy it more simply. a ton of other things
Stephen Mardson McQuay
2010-01-31 20:47:03 -0700
98b13fb8c5merged the drivers, and am investigating the qdelauney manpage ... should've done this earlier :P
Stephen Mardson McQuay
2010-01-30 12:15:00 -0700
f4b2c95cf5working on adding 3D baker. also starting to massage together a good baker method test (2D), and added a stub file for 3D testing
Stephen Mardson McQuay
2010-01-29 11:56:52 -0700
961b3b7b26init
Stephen Mardson McQuay
2009-12-27 10:48:27 -0700