Skip to content
Snippets Groups Projects
  1. Dec 17, 2013
  2. Nov 22, 2013
  3. Sep 18, 2013
  4. Sep 02, 2013
  5. Aug 19, 2013
  6. Aug 18, 2013
  7. Jul 06, 2013
  8. Jul 05, 2013
  9. Jun 24, 2013
  10. May 08, 2013
  11. May 07, 2013
    • Christian Engwer's avatar
      [test] · f7460248
      Christian Engwer authored
      also test assignment of fieldmatrix from densematrix
      f7460248
  12. Mar 31, 2013
  13. Feb 19, 2013
  14. Feb 18, 2013
  15. Feb 13, 2013
  16. Feb 07, 2013
  17. Feb 06, 2013
  18. Feb 01, 2013
  19. Jan 25, 2013
  20. Jan 24, 2013
  21. Jan 13, 2013
  22. 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
  23. 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
  24. 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
  25. Nov 06, 2012
  26. Oct 21, 2012
Loading