Skip to content
Snippets Groups Projects
  1. Jan 11, 2016
  2. Dec 21, 2015
    • Ricardo Ortiz's avatar
      ENH: Time Integrators module. · 56fb5769
      Ricardo Ortiz authored
      This module implements forward and backward Euler methods.
      
      ENH: Add unit tests
      
      ENH: Implement Newton's method. Used in the backward Euler method.
      
      Add test for backward euler.
      
      Fix MacOSX compilation error.
      
      BUG: Make sure row major sparse containers are used
      for all matrix computations.
      
      Clean up interfaces, fix linking errors and transfer implementations
      to cpp files.
      
      Documents methods and variables. Clean solvers test.
      
      Adding more documentation. Clean solver tests and interfaces.
      
      Fix discrepancies in iterative solvers errors. Add more documentation.
      56fb5769
  3. Dec 13, 2015
  4. Dec 09, 2015
  5. Sep 01, 2015
  6. Feb 11, 2015
    • Ricardo Ortiz's avatar
      Add testing framework. · ab73e213
      Ricardo Ortiz authored
      Using Bandit as a unit test framework library.
      Because of this I refactored most of the collision module, there are still issues.
      Add unit tests for SpatialHash and OctreeCell. These are to show how
      the testing framework is used and they can be improved.
      
      issue #3
      
      Add test spec for OctreeCell
      ab73e213
Loading