Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 10, 2017
  3. Jan 09, 2017
  4. Jan 04, 2017
  5. Nov 25, 2016
  6. Nov 24, 2016
  7. Nov 23, 2016
  8. Nov 22, 2016
  9. Nov 10, 2016
  10. Nov 08, 2016
  11. Nov 07, 2016
  12. Nov 02, 2016
  13. Oct 25, 2016
  14. Oct 19, 2016
  15. Oct 17, 2016
  16. Oct 10, 2016
  17. Sep 28, 2016
Loading