Skip to content
Snippets Groups Projects
  1. Jan 20, 2016
  2. Jan 11, 2016
  3. 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
Loading