93fec67cc7
refactored the term 'face' to 'cell' to match what I've found in literature
Stephen Mardson McQuay2010-11-08 15:07:48 -07:00
075dd586a3
got annoyed by the egg folder, so have changed the name of the project
Stephen Mardson McQuay2010-11-08 15:04:41 -07:00
4954633cb1
need to investigate what I was smoking in interp.baker.get_error before I can revive my baker 2D tests
sm2010-11-01 20:44:18 -06:00
fb103a2dd6
changed default log roll size
sm2010-11-01 20:24:25 -06:00
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).
sm2010-11-01 20:24:12 -06:00
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
sm2010-11-01 20:22:58 -06:00
6f63173489
changed the location of the declaration of global vars
sm2010-11-01 20:21:47 -06:00
0f2581f04d
added very simple 3D gmsh for testing
sm2010-11-01 20:20:53 -06:00
8dff2747fd
still proving out the 3D gmsh class, added correct funcs (3D) to the driver
sm2010-11-01 20:20:05 -06:00
8c0eb66e0b
added a bunch of random point checks
sm2010-11-01 20:19:09 -06:00
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.
sm2010-05-05 23:03:12 -06:00
3a1c13bcac
implemented a function that will be used to provide a generic n-th order, nth-dimension error approximation function
sm2010-05-04 23:03:07 -06:00
c5adab295b
minor: but i'm on the verge of implementing the cubic error term for 3D
Stephen Mardson McQuay2010-04-30 16:23:29 -06:00
a1c88a186e
something about the changes I made (abs -> np.abs) made my stuff succeed more often
Stephen Mardson McQuay2010-04-30 11:56:01 -06:00
2cbd92e15b
wrapping up a night. there isn't enough consistent improvement to merit using this method. i must have a bug somewhere.
sm2010-04-29 23:29:35 -06:00
3dcc10ea0e
working 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 McQuay2010-04-24 18:26:44 -06:00
cfcd1e15a2
working 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 McQuay2010-04-23 16:29:31 -06:00
3efe335563
moved the quadratic error calculation out of the baker method, and added a cubic version too
Stephen Mardson McQuay2010-04-02 11:06:17 -06:00
1fc988428d
putting together a simple test case so that I can test my quad/cubic interpolator
Stephen Mardson McQuay2010-03-20 17:10:02 -06:00
993c901cec
properly catching the LinAlgError. also, prepping to change the run_baker method (more generic)
Stephen Mardson McQuay2010-03-20 11:34:24 -06:00
bd8f24d64f
working on implementing the cubic interpolation. need to split that routine out of the run_baker method
Stephen Mardson McQuay2010-03-19 21:27:51 -06:00
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
Stephen Mardson McQuay2010-03-18 23:50:40 -06:00
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.
Stephen Mardson McQuay2010-03-18 23:18:59 -06:00
a2d7b3f063
updated library files so that i don't have to edit the __init__.py files
Stephen Mardson McQuay2010-03-08 14:30:22 -07:00
c5d8fff883
moved some files around to conform to python best practicies
smcquay@cfdviz22010-03-08 13:05:42 -07:00
9a1b8d14b2
finally 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 McQuay2010-03-05 08:58:07 -07:00
a25e6d03d1
partially implemented using new data structure in point lookup
smcquay@cfdviz22010-02-26 14:44:29 -07:00
2792329eaa
cleaned up the method (removed print statements) i'm ready to now add this method as an option to the mesh object
Stephen Mardson McQuay2010-02-21 20:52:51 -07:00
9064663600
added face information to the grid. i need to parse and add point->face information ... somehow ...
Stephen Mardson McQuay2010-02-07 20:23:19 -07:00
0f4daa9a9c
fixed a little bug and getting good results again. still will have problems if you try to simply get a linear interpolation
Stephen Mardson McQuay2010-01-31 21:10:37 -07:00
80720c45fe
MAJOR: 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 McQuay2010-01-31 20:47:03 -07:00
98b13fb8c5
merged the drivers, and am investigating the qdelauney manpage ... should've done this earlier :P
Stephen Mardson McQuay2010-01-30 12:15:00 -07:00
f4b2c95cf5
working 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 McQuay2010-01-29 11:56:52 -07:00