Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
c80e923e
Commit
c80e923e
authored
6 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Revert "[doc] Add addition of BCRSMatrix::setIndicesNoSort() to change log."
This reverts commit
89c8e02e
.
parent
1968a6cb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+0
-5
0 additions, 5 deletions
CHANGELOG.md
with
0 additions
and
5 deletions
CHANGELOG.md
+
0
−
5
View file @
c80e923e
...
...
@@ -12,11 +12,6 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
-
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.
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment