Commit Graph

  • 8fcb91ebd2 merge Stephen Mardson McQuay 2011-02-07 09:40:01 -0700
  • 7a1ef49934 minor Stephen Mardson McQuay 2011-02-07 09:39:48 -0700
  • c34f9c911a testing other equations Stephen McQuay 2011-02-03 09:45:11 -0700
  • 6bfaa20d40 renamed test files Stephen McQuay 2011-02-03 09:38:44 -0700
  • 26196cd14b migrated test Stephen McQuay 2011-02-03 09:36:24 -0700
  • 9a439ef7c3 this test tends to succeed more often :) Stephen McQuay 2011-02-03 09:30:58 -0700
  • 33106985e1 working test, moving into a real test Stephen McQuay 2011-02-03 09:30:32 -0700
  • c0003b58f7 minor: formatting Stephen McQuay 2011-02-03 09:30:12 -0700
  • 6751a22adb stubbed out a test for ordering Stephen Mardson McQuay 2011-02-02 18:40:23 -0700
  • 2329479a64 minor Stephen Mardson McQuay 2011-02-02 11:52:53 -0700
  • 046e24b67d made the get_phis and qlinear functions work independant of dimension Stephen Mardson McQuay 2011-02-02 10:56:20 -0700
  • f1cd3061d7 made the tests more meaningful (they don't false negative) Stephen McQuay 2011-01-29 14:59:32 -0700
  • debfd4515a nothing Stephen McQuay 2011-01-28 12:21:26 -0700
  • c323511b05 added functionality for supporting the GL front-end Stephen McQuay 2011-01-26 23:01:18 -0700
  • ba848f6924 if order doesn't matter, the test for baker stuff is back online Stephen McQuay 2011-01-26 22:52:39 -0700
  • 53d555914e used verts instead of points Stephen Mardson McQuay 2010-11-08 16:26:20 -0700
  • c6a9f38046 minor: removed useless improts, and changed used appropriate class variable Stephen Mardson McQuay 2010-11-08 16:25:59 -0700
  • 2471f650bc updated some imports Stephen Mardson McQuay 2010-11-08 16:25:09 -0700
  • 93fec67cc7 refactored the term 'face' to 'cell' to match what I've found in literature Stephen Mardson McQuay 2010-11-08 15:07:48 -0700
  • 075dd586a3 got annoyed by the egg folder, so have changed the name of the project Stephen Mardson McQuay 2010-11-08 15:04:41 -0700
  • 4954633cb1 need to investigate what I was smoking in interp.baker.get_error before I can revive my baker 2D tests Stephen McQuay 2010-11-01 20:44:18 -0600
  • fb103a2dd6 changed default log roll size Stephen McQuay 2010-11-01 20:24:25 -0600
  • 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). Stephen McQuay 2010-11-01 20:24:12 -0600
  • 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 Stephen McQuay 2010-11-01 20:22:58 -0600
  • 6f63173489 changed the location of the declaration of global vars Stephen McQuay 2010-11-01 20:21:47 -0600
  • 0f2581f04d added very simple 3D gmsh for testing Stephen McQuay 2010-11-01 20:20:53 -0600
  • 8dff2747fd still proving out the 3D gmsh class, added correct funcs (3D) to the driver Stephen McQuay 2010-11-01 20:20:05 -0600
  • 8c0eb66e0b added a bunch of random point checks Stephen McQuay 2010-11-01 20:19:09 -0600
  • 8e83439a6d the exact funcs now log what they're doing when they're called Stephen Mardson McQuay 2010-11-01 15:54:12 -0600
  • a5cae0eebe starting to implement 3D test case by brute force, very ugly Stephen Mardson McQuay 2010-11-01 15:53:37 -0600
  • d6421524f3 realized I didn't need the exact_func in the grid object Stephen Mardson McQuay 2010-11-01 15:53:06 -0600
  • 456ecf759f added one more 2D gmsh test case Stephen Mardson McQuay 2010-11-01 15:52:45 -0600
  • 37f056e49b added 3D gmsh case Stephen Mardson McQuay 2010-11-01 15:52:03 -0600
  • 17b22c173d added a 3d gmsh test script Stephen Mardson McQuay 2010-11-01 15:51:40 -0600
  • 81f1c6557a added interactive prompt bootstraping code Stephen Mardson McQuay 2010-11-01 15:51:16 -0600
  • 3aefd7b75c made one test approximate Stephen Mardson McQuay 2010-11-01 15:50:54 -0600
  • 656394e747 updated for directory structure changes Stephen Mardson McQuay 2010-10-29 21:34:15 -0600
  • 22a8855a99 removed the old baker error routines Stephen Mardson McQuay 2010-10-29 21:05:21 -0600
  • bcf1622f35 added a generic get simplex and points function to the grid Stephen Mardson McQuay 2010-10-29 12:43:18 -0600
  • 57685a1c04 smblog -> log ... again Stephen Mardson McQuay 2010-10-29 12:42:05 -0600
  • e9fb1eab03 the gmsh grid object now instantiates its own KDTree Stephen Mardson McQuay 2010-10-29 12:41:39 -0600
  • 967170d765 changed points to verts in baker Stephen Mardson McQuay 2010-10-29 12:40:32 -0600
  • 699d0c1796 started testing the parametric varying of the solution scheme Stephen Mardson McQuay 2010-10-29 12:39:45 -0600
  • fe1564881a more refactoring Stephen McQuay 2010-10-23 17:06:57 -0600
  • 7d32f4391f updated imports, and changed smberror to Exception Stephen McQuay 2010-10-23 17:06:11 -0600
  • 02b311f72d removed the smberror, and corrected a typo in the exact function Stephen McQuay 2010-10-23 17:05:33 -0600
  • 47a840c4b4 updated the interp.grid object to be a better base class Stephen McQuay 2010-10-23 17:01:10 -0600
  • 2eaec8268c created a distince gmsh 2D plugin Stephen McQuay 2010-10-23 16:57:44 -0600
  • 71761dd5a1 removed uneccesarry import from blender plotting file Stephen McQuay 2010-10-23 16:56:52 -0600
  • 885c5c34c1 beefed up the setup file so that people can find me Stephen McQuay 2010-10-23 16:56:30 -0600
  • eadfa46e57 middle of refactor Stephen McQuay 2010-10-23 13:49:15 -0600
  • 431f3a4e44 forgot the __init__.py file Stephen McQuay 2010-10-22 16:21:41 -0600
  • 2db4169bfa major refactoring Stephen McQuay 2010-10-22 16:10:58 -0600
  • 98d7247497 minor: doc change Stephen McQuay 2010-10-22 09:21:04 -0600
  • 91c8a661f4 working 2D gmsh parser Stephen McQuay 2010-10-22 09:20:59 -0600
  • e4988fd150 implementing a 2D mesh object for gmsh files Stephen McQuay 2010-10-06 12:15:09 -0600
  • b3680848d5 testing push Stephen McQuay 2010-09-04 16:52:16 -0600
  • 73322f7554 testing push Stephen McQuay 2010-09-04 16:51:05 -0600
  • 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. Stephen McQuay 2010-05-05 23:03:12 -0600
  • 3a1c13bcac implemented a function that will be used to provide a generic n-th order, nth-dimension error approximation function Stephen McQuay 2010-05-04 23:03:07 -0600
  • c5adab295b minor: but i'm on the verge of implementing the cubic error term for 3D Stephen Mardson McQuay 2010-04-30 16:23:29 -0600
  • a1c88a186e something about the changes I made (abs -> np.abs) made my stuff succeed more often Stephen Mardson McQuay 2010-04-30 11:56:01 -0600
  • 2cbd92e15b wrapping up a night. there isn't enough consistent improvement to merit using this method. i must have a bug somewhere. Stephen McQuay 2010-04-29 23:29:35 -0600
  • 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 McQuay 2010-04-24 18:26:44 -0600
  • 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 McQuay 2010-04-23 16:29:31 -0600
  • 0a388ff1b5 trying to guarantee a containing simplex Stephen Mardson McQuay 2010-04-23 09:58:30 -0600
  • 79880acad4 fixed discrepancy with Baker's eq 17. Stephen Mardson McQuay 2010-04-09 15:03:16 -0600
  • 3efe335563 moved 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
  • 700ccc8c25 created a test for tesing the cubic interpolation Stephen Mardson McQuay 2010-03-20 20:09:46 -0600
  • 1fc988428d putting together a simple test case so that I can test my quad/cubic interpolator Stephen Mardson McQuay 2010-03-20 17:10:02 -0600
  • 993c901cec properly catching the LinAlgError. also, prepping to change the run_baker method (more generic) Stephen Mardson McQuay 2010-03-20 11:34:24 -0600
  • bd8f24d64f working 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
  • 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 McQuay 2010-03-18 23:50:40 -0600
  • 9836fdcbfe added files. still not consistently getting better numbers Stephen Mardson McQuay 2010-03-18 23:32:24 -0600
  • 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 McQuay 2010-03-18 23:18:59 -0600
  • a2d7b3f063 updated library files so that i don't have to edit the __init__.py files Stephen Mardson McQuay 2010-03-08 14:30:22 -0700
  • b9ea6a3ac2 modified code to use Distribute (python's distribution framework) Stephen Mardson McQuay 2010-03-08 13:31:51 -0700
  • c5d8fff883 moved some files around to conform to python best practicies smcquay@cfdviz2 2010-03-08 13:05:42 -0700
  • 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 McQuay 2010-03-05 08:58:07 -0700
  • a25e6d03d1 partially implemented using new data structure in point lookup smcquay@cfdviz2 2010-02-26 14:44:29 -0700
  • 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 McQuay 2010-02-21 20:52:51 -0700
  • a3d72ed200 wrote the method that returns grid objects based on connectivity Stephen Mardson McQuay 2010-02-21 20:42:32 -0700
  • 0ef6897aee made a simplex class, going to move this into the face class to simplify Stephen Mardson McQuay 2010-02-21 19:02:45 -0700
  • 6c4c6d4cfe moved teh grid code into the grid class smcquay@cfdviz2 2010-02-20 13:18:24 -0700
  • 2cf9a0b574 mostly fixed a bug in my qdelaunay parsing. implemented a blender viewer ... mostly Stephen Mardson McQuay 2010-02-14 20:56:41 -0700
  • 9ff48f4c12 minor: added point to facet information to the grid object Stephen Mardson McQuay 2010-02-10 00:20:06 -0700
  • 9064663600 added 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
  • 50daeb5d74 getting stuff from qdelaunay Stephen Mardson McQuay 2010-02-07 00:01:02 -0700
  • f9973e7580 minor, updated the driver to handle linear case Stephen Mardson McQuay 2010-01-31 21:15:47 -0700
  • 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 McQuay 2010-01-31 21:10:37 -0700
  • 2113abb8dc minor: updated the .setup file Stephen Mardson McQuay 2010-01-31 20:51:25 -0700
  • 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 McQuay 2010-01-31 20:47:03 -0700
  • 98b13fb8c5 merged the drivers, and am investigating the qdelauney manpage ... should've done this earlier :P Stephen Mardson McQuay 2010-01-30 12:15:00 -0700
  • 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 McQuay 2010-01-29 11:56:52 -0700
  • 961b3b7b26 init Stephen Mardson McQuay 2009-12-27 10:48:27 -0700