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 18, 2015
    • Sean Radigan's avatar
      BUG: Fixed examples to properly shutdown · f7d0354c
      Sean Radigan authored
      VRPNDeviceServer did not properly setting framework termination flags
      VRPNDeviceServer was also wrapping vrpn_Connection in a shared_ptr,
      this was causing a double delete because vrpn_ConnectionManager
      cleans up after connections made with vrpn_create_server_connection()
      f7d0354c
  4. Dec 11, 2015
  5. Dec 08, 2015
  6. Dec 03, 2015
  7. Dec 02, 2015
  8. Dec 01, 2015
  9. Nov 04, 2015
    • Ricardo Ortiz's avatar
      Remove GLEW from the external build · 520884a5
      Ricardo Ortiz authored
      Many other cmake improvements.
      
      Fix GLEW/GLU dependency mess.
      
      Set build configuration variables and pass down to to superbuild
      external projects.
      
      1. Removing GLEW external project. Glew is now
      built with vtk, in order to use it just include
      the vtk use file and add the vtkglew library
      to the target link directive.
      
      2. BUILD_SHARED_LIBS is now forced to be OFF for
      Windows MSVC builds.
      
      Build external shared libs in order to avoid linking issues in windows.
      520884a5
  10. Oct 30, 2015
  11. Oct 27, 2015
  12. Oct 22, 2015
  13. Sep 17, 2015
  14. Sep 07, 2015
  15. Sep 01, 2015
Loading