Skip to content
Snippets Groups Projects
  1. Apr 13, 2016
  2. Apr 04, 2016
  3. Mar 31, 2016
  4. Mar 02, 2016
  5. Mar 01, 2016
  6. Feb 22, 2016
  7. Feb 18, 2016
  8. Sep 11, 2015
  9. Apr 10, 2015
  10. Apr 08, 2015
  11. Feb 07, 2015
  12. Jan 18, 2015
    • Dr. Felix Tobias Schindler's avatar
      [spaces] add is_space · 7bdd73e9
      Dr. Felix Tobias Schindler authored
      This traits can be used to safely check if a given type is derived from
      SpaceInterface, i.e.
      
          static const bool is = GDT::is_space< SpaceType >::value;
          static_assert(GDT::is_space< SpaceType >::value, "Error!");
      
      without the need to call std::is_base_of manually.
      7bdd73e9
  13. Nov 26, 2014
  14. Oct 30, 2014
  15. Oct 27, 2014
  16. Oct 21, 2014
  17. Oct 16, 2014
  18. Sep 24, 2014
  19. Sep 23, 2014
  20. Sep 19, 2014
  21. Sep 18, 2014
  22. Jul 11, 2014
    • Dr. Felix Tobias Schindler's avatar
      [spaces.interface] update sparsity pattern creation · d5aa99cb
      Dr. Felix Tobias Schindler authored
      This commit uses recent additions in the sparsity pattern in dune-stuff,
      namely making use of the `insert(ii, jj)` method in order to not duplicate
      the manual search everywhere. In addition the pattern is now sorted upon
      return to be on the safe side. If the performance penalty is too large we
      will have to introduce an additional optional switch a la
      `compute_pattern(const bool sort = true)`.
      d5aa99cb
  23. Jul 09, 2014
    • Sven Kaulmann's avatar
      sparsity pattern does not use set anymore but vector · 63f37060
      Sven Kaulmann authored
      This was necessary as std::set takes about three
      times the memory of a std::vector leading to the
      sparsity pattern taking more memory than the
      matrix itself. The additional std::find should
      be neglectable as the size of the vectors is
      rather small.
      63f37060
  24. Jul 03, 2014
    • Sven Kaulmann's avatar
      sparsity pattern does not use set anymore but vector · f7197077
      Sven Kaulmann authored
      This was necessary as std::set takes about three
      times the memory of a std::vector leading to the
      sparsity pattern taking more memory than the
      matrix itself. The additional std::find should
      be neglectable as the size of the vectors is
      rather small.
      f7197077
  25. Jun 24, 2014
  26. May 28, 2014
  27. May 24, 2014
  28. May 22, 2014
  29. May 20, 2014
  30. May 15, 2014
  31. May 09, 2014
  32. Apr 26, 2014
Loading