- Jan 26, 2025
-
-
Carsten Gräser authored
[cleanup] Stop using header arithmetic.hh See merge request !18
-
Carsten Gräser authored
The header ws once experimentally added to dune-fufem and is superseded by `Dune::MatrixVector` itself. Hence we should not use it here, but the analogues from `Dune::matrixVector`. Disclaimer: This is not tested and I can't even find places where I use it. Nevertheless the change is straight forward.
-
- Jun 03, 2024
-
-
Carsten Gräser authored
Constrain default transpose implementation See merge request !15
-
Carsten Gräser authored
The default implementation of `transpose()` returning the original matrix should be constrained to plain numbers.
-
Carsten Gräser authored
Specialize FieldTraits for custom matrix/vector types. See merge request !17
-
Carsten Gräser authored
This was made a hard requirement by a recent change in dune-istl.
-
Carsten Gräser authored
[CI] Update CI See merge request !16
-
Carsten Gräser authored
The image `dune:git-debian-11-gcc-9-20` is no longer provided. Use `dune:git-debian-11-gcc-10-20` instead.
-
- Dec 02, 2023
-
-
Oliver Sander authored
Raise CMake requirements to 3.16 See merge request !14
-
Oliver Sander authored
-
Oliver Sander authored
The CMake in Debian 10 is not recent enough anymore.
-
- Nov 29, 2023
-
-
Oliver Sander authored
A new build system warning tells me that the argument is not needed anymore.
-
Oliver Sander authored
This is what the Dune core modules currently require.
-
- Jan 05, 2023
-
-
Carsten Gräser authored
[bugfix]Implement tuple protocol for custom type in resizetest.cc See merge request !13
-
Carsten Gräser authored
This fixes some fallout of the removal of `MultiTypeBlockMatrix::size()`: By not providing a generic container interface you can no longer use generic algorithms like indexed for-loops for matrices. One way to work around this is to implement the `tuple` protocol to make `Hybrid::size()` work again. For an alternative solution cf. core/dune-common!1209
-
- Nov 30, 2022
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jan 27, 2022
-
-
Patrick Jaap authored
-
- Dec 16, 2021
-
-
Patrick Jaap authored
GCC reported a compiler error. transformMatrix depends on transformMatrixPattern: therefore the latter should be implemented first.
-
- Nov 22, 2020
-
-
Oliver Sander authored
Implement addToDiagonal for scalars (interpreted as 1x1 matrices) See merge request agnumpde/dune-matrix-vector!12
-
Oliver Sander authored
The gcc-6 Docker image does not exist anymore.
-
Oliver Sander authored
This makes triangularsolvetest.cc pass.
-
Oliver Sander authored
This is required for dune-istl matrices than use scalars to end the nesting recursion (and not FieldMatrix), like BCRSMatrix<double>.
-
Oliver Sander authored
"Catching polymorphic type ‘class Dune::Exception’ by value"
-
- Nov 16, 2020
-
-
Oliver Sander authored
Add missing header resize.hh to CMakeLists.txt See merge request agnumpde/dune-matrix-vector!10
-
-
- Apr 24, 2020
-
-
maxka authored
transpose.hh Fixed See merge request agnumpde/dune-matrix-vector!8
-
- Apr 23, 2020
-
-
apminaei authored
-
- Mar 30, 2020
-
-
Patrick authored
-
- Mar 27, 2020
-
-
Patrick authored
-
- Mar 11, 2019
-
-
Lasse Hinrichsen-Bischoff authored
Use modern CI script See merge request agnumpde/dune-matrix-vector!6
-
Lasse Hinrichsen-Bischoff authored
This introduces the same CI script also used in the other agnumpde repositories.
-
- Nov 09, 2017
-
-
Max Kahnt authored
-
- Oct 18, 2017
-
-
Max Kahnt authored
See core/dune-common#77
-
- Oct 16, 2017
-
-
Max Kahnt authored
-
- Oct 09, 2017
- Oct 03, 2017
-
-
Max Kahnt authored
-