Skip to content
Snippets Groups Projects
  1. Aug 19, 2013
  2. Aug 18, 2013
  3. Jul 06, 2013
  4. Jul 05, 2013
  5. Jun 24, 2013
  6. May 08, 2013
  7. May 07, 2013
    • Christian Engwer's avatar
      [test] · f7460248
      Christian Engwer authored
      also test assignment of fieldmatrix from densematrix
      f7460248
  8. Mar 31, 2013
  9. Feb 19, 2013
  10. Feb 18, 2013
  11. Feb 13, 2013
  12. Feb 07, 2013
  13. Feb 06, 2013
  14. Feb 01, 2013
  15. Jan 25, 2013
  16. Jan 24, 2013
  17. Jan 13, 2013
  18. Nov 25, 2012
    • Christian Engwer's avatar
      [hash] · ab1f43c9
      Christian Engwer authored
      Add support for boost::hash
      
      This patch adds boost::hash as a fallback option for Dune::hash
      if neither std::hash nor std::tr1::hash can be found. We only
      have to include the appropriate header and import the name into
      the Dune namespace, as the built-in extension mechanism of boost::hash
      will automatically pick up the global hash_value() functions.
      
      To test whether the mechanism actually works, the patch also adds
      boost::hash to the list of hash implementations tested in
      bigunsignedinttest.
      
      Kudos to Steffen Müthing, see FS#1192
      
      [[Imported from SVN: r7067]]
      ab1f43c9
    • Christian Engwer's avatar
      [hash] · 10e69621
      Christian Engwer authored
      Make bigunsignedint hashable using Dune::hash
      
      This patch adds the required hooks to enable hashing of bigunsignedint
      and makes sure the hasher can be invoked in bigunsignedinttest.
      
      Making bigunsignedint hashable also makes it possible to use hash-based
      containers for EntityIDs with YaspGrid and SGrid, as those grids implement
      the EntityID as a plain bigunsignedint.
      
      The patch also adds a little test to bigunsignedinttest, trying to hash
      a bigunsignedint with Dune::hash as well as any of the detected backends
      (std::hash and std::tr1::hash).
      
      Kudos to Steffen Müthing, see FS#1192
      
      [[Imported from SVN: r7066]]
      10e69621
  19. Nov 23, 2012
    • Christoph Grüninger's avatar
      Remove unused variable w in fmatrixev.hh. · 16062e07
      Christoph Grüninger authored
      Ignore eigenvaluetest.
      Reordner member variable assignments to avoid pedantic warnings in
      shared_ptr.
      Only activate boundary checking in dynmatrixtest if not already active.
      
      [[Imported from SVN: r7063]]
      16062e07
  20. Nov 21, 2012
    • Markus Blatt's avatar
      · f2c14313
      Markus Blatt authored
      Capabilities to compute eigenvalues on non-symmetric matrices
      Code contributed by Arne Morten Kvarving.
      
      [[Imported from SVN: r7061]]
      f2c14313
  21. Nov 06, 2012
  22. Oct 21, 2012
  23. Oct 17, 2012
  24. Oct 10, 2012
    • Christoph Grüninger's avatar
      [dynmatrixtest] · 86854278
      Christoph Grüninger authored
      Add excplicit cast from double literal 0.5 to field_type to avoid Clang warnings.
      
      [[Imported from SVN: r7034]]
      86854278
  25. Oct 06, 2012
  26. Oct 05, 2012
    • Christian Engwer's avatar
      [test] · 51a2f27f
      Christian Engwer authored
      the fourth xfail test for debugallocator requires the KEEP option
      
      [[Imported from SVN: r7013]]
      51a2f27f
    • Christian Engwer's avatar
      [debugallocator] · 4fb5bbc0
      Christian Engwer authored
      rename files... remove underscores
      
      [[Imported from SVN: r7012]]
      4fb5bbc0
Loading