]> gitweb.michael.orlitzky.com - spline3.git/history - src/Tests/Cube.hs
Get rid of the chunk code, and recompute the grid within the zoom traverse.
[spline3.git] / src / Tests / Cube.hs
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-03 Michael OrlitzkyA bunch more test cleanup.
2011-09-03 Michael OrlitzkyMove the FunctionValues tests into the FunctionValues...
2011-09-01 Michael OrlitzkyAdd tests for some functions used in the new 'find_cont...
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-04 Michael OrlitzkyFix all orphan instances.
2011-08-04 Michael OrlitzkyFix some property tests now that all of the tetrahedra...
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 OrlitzkyUncomment the (2.5) cijk1 identity and make a TODO...
2011-07-04 Michael OrlitzkyAdd a blank line to the test output.
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-07 Michael OrlitzkyAdd the prop_interior_values_all_identical test.
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-08 Michael OrlitzkyEscape some special characters in comments, and make...
2011-05-08 Michael OrlitzkyFix some warnings and hlint suggestions.
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-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 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-04 Michael OrlitzkyBegin fixing some of the tests. Commented out most...
2011-04-26 Michael OrlitzkyRename the spline project to spline3.