]> gitweb.michael.orlitzky.com - spline3.git/shortlog
spline3.git
2011-05-08 Michael OrlitzkyComment out some failing tests, and add a TODO document...
2011-05-08 Michael OrlitzkyMove all of the trilinear coefficient tests into the...
2011-05-08 Michael OrlitzkyAdd a cube_at function to Grid.
2011-05-07 Michael OrlitzkyAdd the rest of the tetrahedron and tests.
2011-05-07 Michael OrlitzkyFix two warnings in the Cube tests.
2011-05-07 Michael OrlitzkyAdd tests/code for tetrahedron 12 through 15.
2011-05-07 Michael OrlitzkyAdd some tests to check that four rotations in one...
2011-05-07 Michael OrlitzkyAdd the actual volume tests for tetrahedron 8 through 11.
2011-05-07 Michael OrlitzkyRemove the 'reorient' function from Cube.
2011-05-07 Michael OrlitzkyAdd the rotations about the y and z axes to the Cardina...
2011-05-07 Michael OrlitzkyUpdate the hmatrix version in the makefile.
2011-05-07 Michael OrlitzkySplit the exact volume test into seven separate ones.
2011-05-07 Michael OrlitzkyRework a bunch of Cube stuff and re-enable now-passing...
2011-05-07 Michael OrlitzkyCatch out-of-bounds calls to value_at.
2011-05-07 Michael OrlitzkyRemove some dead code from the Cube module.
2011-05-07 Michael OrlitzkyHave the show function display the grid size of a cube.
2011-05-07 Michael OrlitzkyAdd two new comparisons, very_positive and non_very_pos...
2011-05-06 Michael OrlitzkyRe-enable the Cube tests in the suite.
2011-05-06 Michael OrlitzkyRe-enable the prop_all_volumes_positive check and add...
2011-05-06 Michael OrlitzkyAdd two missing type signatures.
2011-05-06 Michael OrlitzkyMove a bunch of Face/Tetrahedron code into Cube.
2011-05-06 Michael OrlitzkyAdd the code to rotate a FunctionValues object.
2011-05-06 Michael OrlitzkyMove some dead code out of Face and add it to Cube...
2011-05-06 Michael OrlitzkyAdd a TODO comment.
2011-05-06 Michael OrlitzkyAdd a bunch of broken y-axis rotations (still using...
2011-05-06 Michael OrlitzkyDisable most failing Face tests.
2011-05-06 Michael OrlitzkyAdd an Arbitrary instance for Cardinal two Cardinal...
2011-05-06 Michael OrlitzkyAdd the counter-clockwise rotations (with respect to...
2011-05-04 Michael OrlitzkyBegin fixing some of the tests. Commented out most...
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-05-03 Michael OrlitzkyAdd the Cardinal and FunctionValues modules which will...
2011-05-02 Michael OrlitzkyAdd the example1.py sage code.
2011-05-02 Michael OrlitzkyFinish adding the coefficients, begin the barycentric...
2011-05-02 Michael OrlitzkyAdd a bunch more coefficient tests.
2011-05-02 Michael OrlitzkyAdd distance and is_close functions to the Point module.
2011-05-02 Michael OrlitzkyCompute more coefficients manually for use in the tests.
2011-05-02 Michael OrlitzkyAdded more coefficient tests.
2011-05-01 Michael OrlitzkyAdd some HUnit tests for the Face module.
2011-05-01 Michael OrlitzkyFix the definition of cube_at; it had the 'x' and ...
2011-05-01 Michael OrlitzkyAdd the beginning of the final paper.
2011-05-01 Michael OrlitzkyAdd Dr. Sorokina's paper.
2011-05-01 Michael OrlitzkyAdd a test for p. 78, (2.5).
2011-05-01 Michael OrlitzkyAdd a ton of new tests based on pages 79 and 80 of...
2011-05-01 Michael OrlitzkyRename the xi function to domain_point, and make a...
2011-05-01 Michael OrlitzkyMove the almost_equals function into the Comparisons...
2011-04-30 Michael OrlitzkyFix the naming of the faces and convert their comments...
2011-04-28 Michael OrlitzkyFix a bunch of hlint warnings in Main.
2011-04-28 Michael OrlitzkyAdded an hlint makefile target.
2011-04-28 Michael OrlitzkyEta reduce the reverse_cube function.
2011-04-28 Michael OrlitzkyUse the eta reduce in two Cube functions (hlint).
2011-04-28 Michael OrlitzkyClean up some RealFunction definitions (remove lambdas).
2011-04-26 Michael OrlitzkyAdd a README file listing dependencies.
2011-04-26 Michael OrlitzkyMove the HTML documentation into the doc/html directory.
2011-04-26 Michael OrlitzkyRename the binary to spline3.
2011-04-26 Michael OrlitzkyRename the spline project to spline3.