Skip to content
Snippets Groups Projects
  1. Nov 08, 2016
    • Markus Blatt's avatar
      Merge branch 'feature/remove-forbidden-downcast' into 'master' · d487fef6
      Markus Blatt authored
      Remove forbidden downcast
      
      This removes several constructors and assignments from base class in the class hierarchy around `base_array`. These removed methods are all implemented using a downcast which may result in undefined behaviour.
      Since they are not used anywhere in the core modules we can maybe remove them. According to @markus.blatt  these base classes are all meant to be internal.
      
      This may cause problems if user code explicitly uses the raw base classes and these methods. However, such user code would only be valid if the passed base class reference is actually an upcasted derived class which is very unlikely.
      
      See merge request !66
      d487fef6
  2. Oct 25, 2016
  3. Oct 24, 2016
  4. Oct 21, 2016
  5. Oct 19, 2016
    • Carsten Gräser's avatar
      Merge branch 'feature/fix-implicit-buildmode-doc' into 'master' · 47fc9a57
      Carsten Gräser authored
      Fix implicit buildmode documentation and adjust test accordingly
      
      This basically turns the issue #21 into a feature by correctly describing the constraints of the implicit build mode and the meaning of its parameters. This invalidates the test against the old interface description which is hence dropped by this MR. As a consequence the bcrsimplicitbuild-test passes again.
      
      See merge request !63
      47fc9a57
  6. Oct 18, 2016
  7. Oct 17, 2016
  8. Oct 12, 2016
  9. Sep 20, 2016
  10. Sep 16, 2016
  11. Sep 13, 2016
  12. Sep 12, 2016
  13. Aug 20, 2016
    • Oliver Sander's avatar
      Merge branch 'bugfix/matrix-transpose' into 'master' · 82b8300d
      Oliver Sander authored
      Fix broken Matrix::transpose()
      
      
      Due to a confusion between the number of lines N and the number of columns M, `Matrix::transpose()` gave wrong results for matrices with N != M.
      
      This also adds a testcase demonstrating the problem to matrixtest.cc.
      
      See merge request !56
      82b8300d
  14. Aug 18, 2016
  15. Aug 11, 2016
  16. Aug 10, 2016
  17. Aug 07, 2016
  18. Aug 05, 2016
  19. Aug 03, 2016
    • Markus Blatt's avatar
      Merge branch 'feature/stop-finding-old-superlu' into 'master' · 8a4aa6a4
      Markus Blatt authored
      Stop finding old SuperLU versions.
      
      Previously CMake pretended to have found a valid
      SuperLU version for DUNE even if the version was
      too old (i.e. < 4). People having such an old versions
      only noticed this via later compile errors of binaries
      using SuperLU. That is far too late.
      
      With this patch we introduce a compile check into the
      CMake module that fails for old unsupported versions.
      In that case CMake will not find SuperLU.
      
      See merge request !52
      8a4aa6a4
    • Christoph Grüninger's avatar
    • Markus Blatt's avatar
      Stop finding old SuperLU versions. · 3bfc31c7
      Markus Blatt authored
      Previously CMake pretended to have found a valid
      SuperLU version for DUNE even if the version was
      too old (i.e. < 4). People having such an old versions
      only noticed this via later compile errors of binaries
      using SuperLU. That is far too late.
      
      With this patch we introduce a compile check into the
      CMake module that fails for old unsupported versions.
      In that case CMake will not find SuperLU.
      3bfc31c7
  20. Jul 30, 2016
  21. Jul 28, 2016
Loading