Skip to content
Snippets Groups Projects
  1. Aug 11, 2024
  2. Nov 28, 2023
  3. Nov 20, 2023
  4. Oct 20, 2022
  5. Jul 05, 2021
  6. Oct 15, 2019
  7. Dec 15, 2016
  8. Oct 17, 2016
  9. Sep 13, 2016
  10. Nov 28, 2014
  11. Oct 29, 2014
    • Jonathan Youett's avatar
      [bugfix] Fixes assignment of BCRSMatrix with nonmatching number of rows. · 8349b4fb
      Jonathan Youett authored and Markus Blatt's avatar Markus Blatt committed
      When assigning a BCRSMatrix to another BCRSMatrix which was setup for
      a different size/pattern, it segfaulted and I got the following
      Exception:
      
      "InvalidStateException [allocate:.../dune/istl/bcrsmatrix.hh:2108]:
      Rows have already been allocated, cannot allocate a second time."
      
      The problem was, that inside the assignment operator the rows (r) were
      never deallocated. This commit fixes this and adds a testcase.
      
      Testcase slightly modified by Markus.
      8349b4fb
  12. Dec 15, 2013
  13. Oct 23, 2013
  14. Mar 31, 2013
  15. Feb 25, 2013
  16. Feb 07, 2013
  17. Jan 31, 2013
  18. Jan 18, 2013
  19. Jan 09, 2013
  20. Jan 01, 2013
  21. Nov 22, 2012
  22. Sep 01, 2012
  23. Jul 27, 2012
    • Christoph Grüninger's avatar
      [pinfo.hh] · 23e9891c
      Christoph Grüninger authored
      Removed two spurious semicolons.
      (thanks to Andreas Lauser for the patch)
      
      [[Imported from SVN: r1658]]
      23e9891c
  24. Feb 13, 2012
  25. Jan 23, 2012
  26. Mar 30, 2007
  27. Mar 23, 2007
  28. Mar 22, 2007
  29. Mar 20, 2007
    • Markus Blatt's avatar
      Changed README to honor dunecontrol as well as the new licence. · 2bd78728
      Markus Blatt authored
      WARNING:
      
      Currently COPYING contains the GPL without the exception. The runtime
      exception is just mentioned in the README. It is  not clear to me
      whether it should be included into the COPYING file. In libstdc++ it
      is not included there but in all source files.
      
      Sven: please audit the licence again.
      
      [[Imported from SVN: r732]]
      2bd78728
  30. Oct 30, 2003
Loading