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
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Patrick Jaap
dune-matrix-vector
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
feature/componentwise-vector-maps
Select Git revision
Branches
6
feature/componentwise-vector-maps
master
default
protected
releases/2.5-1
releases/2.6-1
releases/2.7-1
releases/2.8
6 results
Begin with the selected commit
Created with Raphaël 2.2.0
7
Dec
22
Nov
16
24
Apr
23
30
Mar
27
27
Sep
18
Jul
11
Mar
9
Nov
18
Oct
16
9
3
2
1
30
Sep
29
28
25
24
Jul
21
11
19
May
15
12
8
Nov
18
Oct
28
Jul
27
26
25
3
Feb
20
Jan
15
Dec
2.8 Release
releases/2.8
releases/2.8
Merge branch 'umfpacksolver-with-scalar-matrix-entries' into 'master'
CI: Replace gcc-6 c++14 by gcc-9 c++20
Fix bug in method lowerTriangularSolve
Implement addToDiagonal for scalars (interpreted as 1x1 matrices)
Fix a compiler warning
Merge branch 'add-missing-header' into 'master'
Add missing header resize.hh to CMakeLists.txt
Merge branch 'patch-1' into 'master'
transpose.hh Fixed
Master is going to be 2.8
2.7 release
releases/2.7-1
releases/2.7-1
Prepare CHANGELOG.md
Remove unnecessary include
feature/compone…
feature/componentwise-vector-maps
Add componentwise function application and componentwise product for
Merge branch 'feature/modern-ci-script' into 'master'
master
master
Use modern CI script
Fix read binary for scalars. Props to Patrick Jaap for pointing it out.
releases/2.6-1
releases/2.6-1
Use Dune::Hybrid::size explicitly.
[Fix] isQuadratic utility function.
Add helper to obtain matrix with fieldmatrix type leaves.
Add iteration helper over matrix elements.
Add isQuadratic compile-time check for static matrices (and scalars).
Add MultiType types that extend the dune core functionality.
Add getScalar to extract the scale factor of some scaling.
Add convenience functions to create result instances.
Add cmake target tracking all headers in dune/matrix-vector.
Merge branch 'feature/organize-traits' into 'master'
Remove dummy values from matrix traits in favor of compile-time errors.
Provide FieldTraits that are missing in the core modules.
Add deprecation warnings for old matrixtraits and scalartraits includes.
Adapt to moved traits and use traits utilities.
Move traits classes and utilities to separate directory.
Add missing headers.
Add todos about outdating.
Replace trait enums by constexpr.
Add resizetest.
Add (less convoluted) resize.
Compile-time expression is now in trait utilities.
Add trait utilities.
Loading