- Mar 24, 2025
-
-
Simon Praetorius authored
MatrixMarket for GMPField and Float128 See merge request !436
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Add flags to tests explicitly See merge request !509
-
- Mar 21, 2025
-
-
Santiago Ospina De Los Ríos authored
fix incorrect comment in ilu.hh See merge request !606
-
- Mar 19, 2025
-
-
Tobias Meyer Andersen authored
The order of the multiplication is wrong, important for block elements
-
- Mar 05, 2025
-
-
Carsten Gräser authored
[doc] Add missing changelog entry for FastAMG changes See merge request !605
-
Carsten Gräser authored
-
- Feb 23, 2025
-
-
Christoph Grüninger authored
Check that output indices are stored See merge request !604
-
- Feb 22, 2025
-
-
Simon Praetorius authored
-
- Feb 21, 2025
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Feb 03, 2025
-
-
Oliver Sander authored
Fix memory leak in the CHOLMOD wrapper code See merge request !602
-
- Jan 30, 2025
-
-
Oliver Sander authored
When calling CHOLMOD to compute the Cholesky factor of a matrix, it was not tested whether such a factor already existed. As a consequence, if the solver was called twice in a row, the old factor would be lost to a memory leak. Fix this by explicitly deallocating the old Cholesky factor before asking CHOLMOD for a new one.
-
- Jan 14, 2025
-
-
Markus Blatt authored
Make FastAMG work with non-blocked matrices See merge request !600
-
Carsten Gräser authored
Use fixed seed instead of clock value to make results of blocked and non-blocked version and results of different test runs comparable.
-
Carsten Gräser authored
-
Carsten Gräser authored
-
- Jan 13, 2025
-
- Jan 02, 2025
-
-
Carsten Gräser authored
The internal operations of `FastAMG` assumed that the entries of the matrix are vectors are matrices and vectors themselves by making use of the dune matrix and vector interfaces. As a consequence `FastAMG` cannot be used with `BCRSMatrix<double>` in contrast to `BCRSMatrix<FieldMatrix<double,1,1>>`. This patch introduces `IsNumber`-based switches in the respective places that use plain arithmetic operators if the matrix/vector is not blocked thus adds the missing support for e.g. `BCRSMatrix<double>`.
-
- Dec 16, 2024
-
-
Simon Praetorius authored
Set up default include directories on module target See merge request !598
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
-
Simon Praetorius authored
Make multirhstest compile and run See merge request !596
-
Simon Praetorius authored
[Bugfix] calling invert on zero matrix See merge request !599
-
Simon Praetorius authored
Remove the CI job with checking See merge request !594
-