-
- Downloads
Merge branch 'cherry-pick-0f4b78a9' into 'releases/2.6' ref:core/dune-istl Merge branch 'feature/fix-quadratic-umfpacksetup' into 'master' ref:core/dune-istl Looking up if a column index is contained in submatrix could degenerate to accumulated O(n) complexity for each row in the old implementation. By setting up a look-up before, this can be improved to O(1). Fortunately such a vector is constructed anyway so we can simple use it after minor reordering of code. This should fix [[#54]]. See merge request [[!230]] Closes [#54] (cherry picked from commit 0f4b78a9) 22a5ae5f \[bugfix\] Use submatrix index vector to implement O(1) look-up See merge request [!232] [#54]: gitlab.dune-project.org/NoneNone/issues/54 [!230]: gitlab.dune-project.org/core/dune-istl/merge_requests/230 [!232]: gitlab.dune-project.org/core/dune-istl/merge_requests/232
No related branches found
No related tags found
Please register or sign in to comment