Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-matrix-vector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-matrix-vector
Commits
6432b914
Commit
6432b914
authored
3 years ago
by
Patrick Jaap
Browse files
Options
Downloads
Patches
Plain Diff
2.8 Release
parent
7e464f73
No related branches found
No related tags found
No related merge requests found
Pipeline
#46909
passed
3 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
dune.module
+1
-1
1 addition, 1 deletion
dune.module
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
6432b914
---
# Install external dependencies
dune:
git
clang C++17
:
dune:
2.8
clang C++17
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
script
:
duneci-standard-test
dune:
git
gcc-8 C++17
:
dune:
2.8
gcc-8 C++17
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
script
:
duneci-standard-test
dune:
git
gcc-9 C++20
:
dune:
2.8
gcc-9 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-11-gcc-9-20
script
:
duneci-standard-test
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
1
View file @
6432b914
#
Master (will become r
elease
2.8)
#
2.8 R
elease
-
The method
`addToDiagonal`
can now also be called if the matrix is a scalar number type.
This is needed since nowadays scalar entries can end the nesting recursion of dune-istl
...
...
This diff is collapsed.
Click to expand it.
dune.module
+
1
−
1
View file @
6432b914
...
...
@@ -4,7 +4,7 @@
#Name of the module
Module
:
dune
-
matrix
-
vector
Version
:
2.8
-
git
Version
:
2.8
Maintainer
:
graeser
@
mi
.
fu
-
berlin
.
de
#depending on
Depends
:
dune
-
common
dune
-
geometry
dune
-
localfunctions
dune
-
grid
dune
-
istl
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