Skip to content
Snippets Groups Projects
  1. Mar 31, 2013
  2. Feb 18, 2013
  3. Feb 13, 2013
  4. Feb 07, 2013
  5. Feb 06, 2013
  6. Feb 01, 2013
  7. Jan 24, 2013
  8. Jan 13, 2013
  9. 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
  10. 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
  11. 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
  12. Nov 06, 2012
  13. Oct 21, 2012
  14. Oct 17, 2012
  15. 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
  16. Oct 06, 2012
  17. Oct 05, 2012
  18. Sep 27, 2012
  19. Sep 05, 2012
  20. Aug 28, 2012
  21. Aug 24, 2012
  22. Aug 22, 2012
  23. Aug 06, 2012
  24. Jul 11, 2012
Loading