]> gitweb.michael.orlitzky.com - spline3.git/history - src/Tests
Add some junk to Main where I am experimenting.
[spline3.git] / src / Tests /
2011-09-08 Michael OrlitzkyRemove the Tetrahedron 'number' field from tests.
2011-09-06 Michael OrlitzkyFix a few test warnings and one documentation warning.
2011-09-05 Michael OrlitzkyUpdate the Cube tests to match the new code.
2011-09-04 Michael OrlitzkyFix the Cube tests re: the 'tetrahedron' change.
2011-09-04 Michael OrlitzkyMove the Grid tests into the Grid module.
2011-09-03 Michael OrlitzkyMove the Cardinal tests into the Cardinal module.
2011-09-03 Michael OrlitzkyA bunch more test cleanup.
2011-09-03 Michael OrlitzkyMove the FunctionValues tests into the FunctionValues...
2011-09-02 Michael OrlitzkyFix a few test warnings.
2011-09-02 Michael OrlitzkyRevert "Attempt to use precomputed volumes everywhere...
2011-09-02 Michael OrlitzkyAttempt to use precomputed volumes everywhere, tests...
2011-09-02 Michael OrlitzkyMake test_trilinear9x9x9_reproduced slow again.
2011-09-01 Michael OrlitzkyAdd tests for some functions used in the new 'find_cont...
2011-08-31 Michael OrlitzkyEven more Tetrahedron de-dupe.
2011-08-31 Michael OrlitzkySpeed up the trilinear9x9x9 test.
2011-08-31 Michael OrlitzkyDe-dupe some more Tetrahedron tests.
2011-08-30 Michael OrlitzkyCombine some Tetrahedron tests.
2011-08-30 Michael OrlitzkyReduce more duplication in the Grid tests.
2011-08-30 Michael OrlitzkyFix two minor hLint warnings.
2011-08-30 Michael OrlitzkyCombine a bunch of Grid tests into a Test.Framework...
2011-08-28 Michael OrlitzkyFix the tetrahedron collision detection.
2011-08-28 Michael OrlitzkyMake cube_at either return a cube or error instead...
2011-08-27 Michael OrlitzkyAdd a test: test_tetrahedra_collision_sensitivity.
2011-08-24 Michael OrlitzkyUndo the previous FunctionValues test fix.
2011-08-23 Michael OrlitzkyStart converting the tests to Repa.
2011-08-22 Michael OrlitzkyRemove two unused variables.
2011-08-22 Michael OrlitzkyRename "trilinearx2" to "trilinear9x9x9".
2011-08-22 Michael OrlitzkyRemove the individual tetrahedron positive volume tests.
2011-08-22 Michael OrlitzkyReplace individual tetrahedron volume tests with combin...
2011-08-22 Michael OrlitzkyRename "tetrahedrons" to "tetrahedra".
2011-08-22 Michael OrlitzkyGroup all of the "trilinear reproduced" tests together.
2011-08-17 Michael OrlitzkyAdd the trilinearx2 reproduction test.
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-08-04 Michael OrlitzkyFix some property tests now that all of the tetrahedra...
2011-08-04 Michael OrlitzkyFix 'rotate' argument order in some tests.
2011-07-15 Michael OrlitzkyRemove a useless import.
2011-07-10 Michael OrlitzkyAdd 23 more tests for trilinear reproduction, testing...
2011-07-09 Michael OrlitzkyHide i, j, and k from two Cube imports.
2011-07-08 Michael OrlitzkyFix some hlint warnings.
2011-07-08 Michael OrlitzkyFinish moving the tests to test-framework.
2011-07-08 Michael OrlitzkyUncomment the (2.5) cijk1 identity and make a 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 OrlitzkyAdd a bunch more exact volume tests.
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-07 Michael OrlitzkyAdd the prop_interior_values_all_identical test.
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-08 Michael OrlitzkyEscape some special characters in comments, and make...
2011-05-08 Michael OrlitzkyMore doc updates.
2011-05-08 Michael OrlitzkyFix some warnings and hlint suggestions.
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 OrlitzkyMove all of the trilinear coefficient tests into the...
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 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-06 Michael OrlitzkyRe-enable the prop_all_volumes_positive check and add...
2011-05-06 Michael OrlitzkyDisable most failing Face tests.
2011-05-06 Michael OrlitzkyAdd an Arbitrary instance for Cardinal two Cardinal...
2011-05-04 Michael OrlitzkyBegin fixing some of the tests. Commented out most...
2011-05-02 Michael OrlitzkyAdd a bunch more coefficient 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 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 OrlitzkyMove the almost_equals function into the Comparisons...
2011-04-26 Michael OrlitzkyRename the spline project to spline3.