Re: [deal.II] Bug in sparse_matrix.templates.h

2016-07-15 Thread Wolfgang Bangerth
On 07/15/2016 07:56 AM, Michał Wichrowski wrote: I think it would be helpful if there was something about it in documentation. Good point -- see https://github.com/dealii/dealii/pull/2836 Cheers W> -- Wolfgang Bangerth

Re: [deal.II] Bug in sparse_matrix.templates.h

2016-07-15 Thread Michał Wichrowski
Thanks Wolfgang. I think it would be helpful if there was something about it in documentation. Michał -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are s

Re: [deal.II] Bug in sparse_matrix.templates.h

2016-07-14 Thread Wolfgang Bangerth
On 07/14/2016 05:07 AM, Michał Wichrowski wrote: Dear all, Matrix multiplication requires resulting matrix to be initialized. Even if rebuild_sparsity_C = true . template template void SparseMatrix::mmult (SparseMatrix &C, const SparseMatrix &B,