]> gitweb.michael.orlitzky.com - spline3.git/shortlog
spline3.git
2011-07-08 Michael OrlitzkyFinish moving the tests to test-framework.
2011-07-08 Michael OrlitzkyFinish migrating the QuickCheck tests to test-framework.
2011-07-08 Michael OrlitzkyUncomment the (2.5) cijk1 identity and make a TODO...
2011-07-07 Michael OrlitzkyBegin migration to test-framework.
2011-07-07 Michael OrlitzkyAdd three new dependencies to the README.
2011-07-07 Michael OrlitzkyAdd a new TODO item.
2011-07-04 Michael OrlitzkyUpdate the TODO.
2011-07-04 Michael OrlitzkyAdd tests to ensure that the zero function and a trilin...
2011-07-04 Michael OrlitzkyGet rid of the tests for section (2.9), for now.
2011-07-04 Michael OrlitzkyAdd a blank line to the test output.
2011-06-14 Michael OrlitzkyAdd four tests confirming that vertex swaps don't affec...
2011-06-11 Michael OrlitzkyFix many of the tests from page 79.
2011-06-10 Michael OrlitzkyChange some putStrLn calls to putStr instead.
2011-06-10 Michael OrlitzkyRemove two completed TODO items.
2011-06-10 Michael OrlitzkyAdd a bunch more exact volume tests.
2011-06-10 Michael OrlitzkyAdd the kinda_equals comparison.
2011-06-10 Michael OrlitzkyInvert all of the rotations.
2011-06-10 Michael OrlitzkyCreate a limit on the min/max function values that...
2011-06-10 Michael OrlitzkyAdd six tests to ensure that the rotations don't affect...
2011-06-10 Michael OrlitzkyAdded the Everything module.
2011-06-07 Michael OrlitzkyAdd the prop_interior_values_all_identical test.
2011-06-07 Michael OrlitzkyAdd the all_equal function to the Misc module.
2011-05-13 Michael OrlitzkyAdd two missing type declarations.
2011-05-11 Michael OrlitzkyAdd another test checking the rotation for c2100.
2011-05-11 Michael OrlitzkyAdd a Cardinal test, computed manually and from Sorokin...
2011-05-11 Michael OrlitzkyAdd a test based on the computations on Sorokina and...
2011-05-11 Michael OrlitzkyAdd a bunch of edge incidence tests.
2011-05-11 Michael OrlitzkyAdd five new prop_c0120_identity tests.
2011-05-11 Michael OrlitzkyAdd a test for FunctionValues, test_directions.
2011-05-11 Michael OrlitzkyMove the three example 3x3x3 arrays to the Examples...
2011-05-11 Michael OrlitzkyAdd assertTrue = assertBool.
2011-05-11 Michael OrlitzkyFix an incorrect coordinate.
2011-05-08 Michael OrlitzkyEscape some special characters in comments, and make...
2011-05-08 Michael OrlitzkyAdd a publish_doc target to the makefile that rsyncs...
2011-05-08 Michael OrlitzkyUpdate the makefile to include a bunch more stuff from...
2011-05-08 Michael OrlitzkyAdd two more function comments.
2011-05-08 Michael OrlitzkyMore doc updates.
2011-05-08 Michael OrlitzkyMore minor doc fixes.
2011-05-08 Michael OrlitzkyFix two minor documentation issues.
2011-05-08 Michael OrlitzkyAdd a bunch of documentation.
2011-05-08 Michael OrlitzkyFix some warnings and hlint suggestions.
2011-05-08 Michael OrlitzkyComment out some failing tests.
2011-05-08 Michael OrlitzkyAdd a bunch of new Cardinal tests.
2011-05-08 Michael OrlitzkyMove the (2.8) tests from Face to Cube.
2011-05-08 Michael OrlitzkyRe-enable all of the tests for (2.7).
2011-05-08 Michael OrlitzkyRe-enable all of the tests for (2.6) and make them...
2011-05-08 Michael OrlitzkyTry to re-enable some more tests; fail miserably.
2011-05-08 Michael OrlitzkyMove four vertex tests into Tests.Grid and re-enable...
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.
next