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
9ba0e0f2
Commit
9ba0e0f2
authored
7 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Revert "[doc] Mention improvements of MatrixIndexSet in changelog"
This reverts commit
107a54a8
.
parent
673077ce
No related branches found
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 @
9ba0e0f2
...
...
@@ -16,11 +16,6 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
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.
-
The internal storage in
`MatrixIndexSet`
was changed from
`std::set`
to a sorted
`std::vector`
(with a
`std::set`
fallback for very dense rows) to improve performance. The stored index
type was changed from
`std::size_t`
to
`uint32_t`
to reduce memory consumption and improve
performance. Hence,
`MatrixIndexSet`
can no longer be used for very large matrices with more
than 2^32 columns.
-
Added flag 'useFixedOrder' to the coarsen method of AMGs ParallelIndicesCoarsener.
If set to true, during the creation of the coarser matrix (by accumulation and restriction
...
...
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