2011-09-04 |
Michael Orlitzky | Use one top-level function, 'tetrahedron', and take...
|
commit | commitdiff | tree |
2011-09-04 |
Michael Orlitzky | Add the "number" field for tetrahedra.
|
commit | commitdiff | tree |
2011-09-04 |
Michael Orlitzky | Add the PolynomialArray module.
|
commit | commitdiff | tree |
2011-09-04 |
Michael Orlitzky | Add another TODO.
|
commit | commitdiff | tree |
2011-09-04 |
Michael Orlitzky | Move the Grid tests into the Grid module.
|
commit | commitdiff | tree |
2011-09-03 |
Michael Orlitzky | Move the Cardinal tests into the Cardinal module.
|
commit | commitdiff | tree |
2011-09-03 |
Michael Orlitzky | A bunch more test cleanup.
|
commit | commitdiff | tree |
2011-09-03 |
Michael Orlitzky | Default to compiling with llvm.
|
commit | commitdiff | tree |
2011-09-03 |
Michael Orlitzky | Move the FunctionValues tests into the FunctionValues...
|
commit | commitdiff | tree |
2011-09-03 |
Michael Orlitzky | Add some C optimizations.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Only compute 'cubes' once, and store it in a new Grid...
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Fix (I think) the cube offset issue.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Finish the precomputed_volume optimization.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Fix a few test warnings.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Begin writing the precomputed_volume feature again.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Revert "Attempt to use precomputed volumes everywhere...
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Attempt to use precomputed volumes everywhere, tests...
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Add a new test group, slow_tests, that is run after...
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Make test_trilinear9x9x9_reproduced slow again.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Add another guard on calculate_containing_cube_coordinate.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Limit the size of arbitrary Values3D, and prevent empty...
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Fix the broken Arbitrary instance of Values3D.
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Speed up the Tetrahedron contains_point function by...
|
commit | commitdiff | tree |
2011-09-02 |
Michael Orlitzky | Use an IArray for the cubes and cube_at functions.
|
commit | commitdiff | tree |
2011-09-01 |
Michael Orlitzky | Add the data folder with a .gitignore.
|
commit | commitdiff | tree |
2011-09-01 |
Michael Orlitzky | Add tests for some functions used in the new 'find_containin...
|
commit | commitdiff | tree |
2011-09-01 |
Michael Orlitzky | Replace the 'find_containing_tetrahedra' function with...
|
commit | commitdiff | tree |
2011-09-01 |
Michael Orlitzky | Add the 'disjoint' function.
|
commit | commitdiff | tree |
2011-08-31 |
Michael Orlitzky | Even more Tetrahedron de-dupe.
|
commit | commitdiff | tree |
2011-08-31 |
Michael Orlitzky | Remove some completed TODO entries.
|
commit | commitdiff | tree |
2011-08-31 |
Michael Orlitzky | Speed up the trilinear9x9x9 test.
|
commit | commitdiff | tree |
2011-08-31 |
Michael Orlitzky | De-dupe some more Tetrahedron tests.
|
commit | commitdiff | tree |
2011-08-31 |
Michael Orlitzky | Add -fno-spec-constr-count to the GHC command line.
|
commit | commitdiff | tree |
2011-08-30 |
Michael Orlitzky | Combine some Tetrahedron tests.
|
commit | commitdiff | tree |
2011-08-30 |
Michael Orlitzky | Reduce more duplication in the Grid tests.
|
commit | commitdiff | tree |
2011-08-30 |
Michael Orlitzky | Fix two minor hLint warnings.
|
commit | commitdiff | tree |
2011-08-30 |
Michael Orlitzky | Combine a bunch of Grid tests into a Test.Framework...
|
commit | commitdiff | tree |
2011-08-30 |
Michael Orlitzky | Fix some more hLint warnings.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Clean up some hLint warnings.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Add the current Main module, which works alrightish.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Modify the Grid module to use ScaleFactors.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Modify the Values module to use ScaleFactors instead...
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Increase theta by an order of magnitude, fixing one...
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Add the ScaleFactor module and type, allowing us to...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Transpose all of the example lists.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Add the Misc.transpose_xz function.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Un-transpose the x,z coordinates in the Values.idx...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Fix the tetrahedron collision detection.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Add the theta tolerance and nearly_equals, nearly_ge...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Move the tetrahedra collision sensitivity test before...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Add another 1x20x1 example vector.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Make cube_at either return a cube or error instead...
|
commit | commitdiff | tree |
2011-08-27 |
Michael Orlitzky | Add a test: test_tetrahedra_collision_sensitivity.
|
commit | commitdiff | tree |
2011-08-27 |
Michael Orlitzky | Add the Values module to Everything.
|
commit | commitdiff | tree |
2011-08-26 |
Michael Orlitzky | Correct an error in the value_at function.
|
commit | commitdiff | tree |
2011-08-26 |
Michael Orlitzky | Choose a nearby value instead of zero when asked for...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Replace TypeSynonymInstances with FlexibleInstances...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Remove an unused Misc import.
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Inline the two inner functions of the zoom traversal.
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Remove the x_coord, y_coord, and z_coord functions...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Change "find_containing_cubes" to "find_containing_cube...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Undo the previous FunctionValues test fix.
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Rename example names to 'examples_list' and 'examples...
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Start converting the tests to Repa.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Throw an error when comparing two RealFunctions for...
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Convert the zoom function to use Values3D.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Write the output file in main.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Begin updating everything to use Repa arrays (Values3D).
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Add "-threaded" to GHC_OPTIONS.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Add the Values module, wrapping the Repa stuff.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Begin playing with Repa.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Add "-rtsopts" to my GHC_OPTIONS.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Remove two unused variables.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Add the trilinear_zoom_2 example.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Fix the "clean" target in the makefile to remove *...
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Add the "zoom" function.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Rename "trilinearx2" to "trilinear9x9x9".
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Remove the individual tetrahedron positive volume tests.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Replace individual tetrahedron volume tests with combined...
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Rename "tetrahedrons" to "tetrahedra".
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Group all of the "trilinear reproduced" tests together.
|
commit | commitdiff | tree |
2011-08-17 |
Michael Orlitzky | Add the trilinearx2 reproduction test.
|
commit | commitdiff | tree |
2011-08-17 |
Michael Orlitzky | Add the trilinearx2 example.
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Fix all orphan instances.
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Fix some property tests now that all of the tetrahedra...
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Fix 'rotate' argument order in some tests.
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Switch all of the tetrahedronX functions to use the...
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Switch the order of the arguments to the 'rotate' function.
|
commit | commitdiff | tree |
2011-07-27 |
Michael Orlitzky | Add some new warnings for GHC7.
|
commit | commitdiff | tree |
2011-07-15 |
Michael Orlitzky | Remove a useless import.
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Fix the ccwz rotations.
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Add 23 more tests for trilinear reproduction, testing...
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Re-export the modules in Everything.hs.
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Added a find_containing_tetrahedra function to the...
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Add a find_containing_cubes function to the Grid module.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Fix some hlint warnings.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Add another TODO item.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Hide i, j, and k from two Cube imports.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Re-enable the non-doc tests.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Add doctests to the test suite.
|
commit | commitdiff | tree |
next |