Skip to content
Snippets Groups Projects
Commit 89c8e02e authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[doc] Add addition of BCRSMatrix::setIndicesNoSort() to change log.

parent b6409900
No related branches found
No related tags found
1 merge request!550Add BCRSMatrix::setIndicesNoSort() and speedup MatrixIndexSet::exportIdx()
Pipeline #67859 passed
......@@ -5,6 +5,11 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
# Master (will become release 2.10)
- A method `BCRSMatrix::setIndicesNoSort()` was added. Similar
to `BCRSMatrix::setIndices()` this allows to insert all indices
of a row at once, but - incontrast to the latter - does not sort them.
This allows to speed up insertion if indices are already sorted.
- `UMFPACK` is extended to arbitrary blocked matrix structures. This includes `MultiTypeBlockMatrix`. The external interface is unchanged.
However, internally the `BCCSMatrixInitializer` is replaced by direct calls of `flatMatrixForEach` similar to `Cholmod`. This requires a
compatible vector field of "ignored" degrees of freedom. The method `setSubMatrix` with a top-level index set is preserved for compatibility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment