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
ce4a4d94
Commit
ce4a4d94
authored
6 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[changelog] Add entry for new MultiTypeBlockVector constructors
parent
6020d45d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!241
MultiTypeBlockVector: Inherit tuple constructors
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
with
6 additions
and
0 deletions
CHANGELOG.md
+
6
−
0
View file @
ce4a4d94
...
@@ -11,6 +11,12 @@
...
@@ -11,6 +11,12 @@
-
Support for SuiteSparse's CHOLMOD providing a sparse Cholesky
-
Support for SuiteSparse's CHOLMOD providing a sparse Cholesky
factorization.
factorization.
-
`MultiTypeBlockVector<Args...>`
now inherits the constructors from its
parent type (
`std::tuple<Args...>`
). This means you can now also construct
`MultiTypeBlockVector`
s from values or references of BlockVectors.
-
`MultiTypeBlockVector::count()`
is now
`const`
# Release 2.6
# Release 2.6
-
`BDMatrix`
objects can now be constructed and assigned from
`std::initializer_list`
.
-
`BDMatrix`
objects can now be constructed and assigned from
`std::initializer_list`
.
...
...
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