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
89c8e02e
Commit
89c8e02e
authored
1 year ago
by
Carsten Gräser
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Add addition of BCRSMatrix::setIndicesNoSort() to change log.
parent
b6409900
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!550
Add BCRSMatrix::setIndicesNoSort() and speedup MatrixIndexSet::exportIdx()
Pipeline
#67859
passed
1 year ago
Stage: .pre
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
with
5 additions
and
0 deletions
CHANGELOG.md
+
5
−
0
View file @
89c8e02e
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Simon Praetorius
@simon.praetorius
mentioned in commit
c80e923e
·
6 months ago
mentioned in commit
c80e923e
mentioned in commit c80e923e04b6f91b229dbf52921ec32eedb51973
Toggle commit list
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