]> gitweb.michael.orlitzky.com - spline3.git/history - src/Cube.hs
Update the arbitrary instance for Cube to use smaller coordinates.
[spline3.git] / src / Cube.hs
2011-10-04 Michael OrlitzkyUpdate the arbitrary instance for Cube to use smaller...
2011-10-04 Michael OrlitzkyDon't output function values when 'show'ing a cube.
2011-10-04 Michael OrlitzkyUse a sensible definition for the all volumes positive...
2011-10-03 Michael OrlitzkyUse a slightly more stable (I think?) formula for the...
2011-09-29 Michael OrlitzkyRemove unused imports.
2011-09-29 Michael OrlitzkyRemove the (2.5) test, since I can't get it to pass...
2011-09-29 Michael OrlitzkyFix some documentation.
2011-09-20 Michael OrlitzkyFix a bunch of name conflicts by renaming 'c' to 'cube...
2011-09-20 Michael OrlitzkyRename Tetrahedron.fv to Tetrahedron.function_values.
2011-09-20 Michael OrlitzkyMove the Tetrahedron tests into the Tetrehedron module.
2011-09-08 Michael OrlitzkyRemove the Tetrahedron 'number' field.
2011-09-05 Michael OrlitzkyAdd back an accidentally-deleted line.
2011-09-05 Michael OrlitzkySpeed up the find_containing_tetrahedron function by...
2011-09-04 Michael OrlitzkyUse one top-level function, 'tetrahedron', and take...
2011-09-02 Michael OrlitzkyFinish the precomputed_volume optimization.
2011-09-02 Michael OrlitzkyBegin writing the precomputed_volume feature again.
2011-09-02 Michael OrlitzkyRevert "Attempt to use precomputed volumes everywhere...
2011-09-02 Michael OrlitzkyAttempt to use precomputed volumes everywhere, tests...
2011-09-01 Michael OrlitzkyReplace the 'find_containing_tetrahedra' function with...
2011-08-29 Michael OrlitzkyClean up some hLint warnings.
2011-08-24 Michael OrlitzkyRemove the x_coord, y_coord, and z_coord functions...
2011-08-22 Michael OrlitzkyRename "tetrahedrons" to "tetrahedra".
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-08-04 Michael OrlitzkySwitch all of the tetrahedronX functions to use the...
2011-07-10 Michael OrlitzkyAdded a find_containing_tetrahedra function to the...
2011-06-10 Michael OrlitzkyInvert all of the rotations.
2011-05-08 Michael OrlitzkyAdd a bunch of documentation.
2011-05-07 Michael OrlitzkyAdd the rest of the tetrahedron and tests.
2011-05-07 Michael OrlitzkyAdd tests/code for tetrahedron 12 through 15.
2011-05-07 Michael OrlitzkyRemove the 'reorient' function from Cube.
2011-05-07 Michael OrlitzkyRework a bunch of Cube stuff and re-enable now-passing...
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-06 Michael OrlitzkyAdd two missing type signatures.
2011-05-06 Michael OrlitzkyMove a bunch of Face/Tetrahedron code into Cube.
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-05-01 Michael OrlitzkyFix the definition of cube_at; it had the 'x' and ...
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-26 Michael OrlitzkyRename the spline project to spline3.