Skip to content
Snippets Groups Projects
  1. Oct 18, 2017
  2. Sep 17, 2017
  3. Aug 28, 2017
  4. Aug 08, 2017
  5. Jul 27, 2017
  6. Jul 20, 2017
  7. Jun 21, 2017
  8. Jun 13, 2017
  9. Jun 12, 2017
  10. Jun 09, 2017
  11. Jun 07, 2017
  12. Jun 01, 2017
  13. May 30, 2017
  14. May 22, 2017
  15. May 15, 2017
  16. May 08, 2017
  17. May 02, 2017
  18. Apr 24, 2017
  19. Apr 21, 2017
  20. Apr 18, 2017
  21. Apr 03, 2017
  22. Feb 10, 2017
    • Dmitri Naumov's avatar
      [MaL] EigenMatrix: set/add values even if 0. · 40181570
      Dmitri Naumov authored and Lars Bilke's avatar Lars Bilke committed
      Under certain circumstances the sparsity pattern will be destroyed and
      adding/setting values would then result in an expensive reallocation.
      
      Assume that in the first global iteration only one half of the values is
      set to non-zero. Before the linear solver is called the sparse matrix is
      compressed thus reducing the allocated space in each row. In the
      subsequent iterations, which might add or set the other half of the
      matrix values reallocations would be necessary.
      40181570
  23. Jan 10, 2017
  24. Jan 09, 2017
Loading