-
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)`.
Dr. Felix Tobias Schindler authoredThis 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)`.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.