Skip to content
Snippets Groups Projects
Commit d8f9e4c2 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Add changelog entry

parent bbc28728
No related branches found
No related tags found
1 merge request!463Cleanup the VariableBlockVector implementation
Pipeline #71361 passed
......@@ -5,6 +5,9 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
# Master (will become release 2.10)
- Base the implementation of `VariableBlockVector` on `std::vector` as the storage type. Note that
this prevents from using `bool` as block type that was possible before.
- 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.
......
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