- Oct 17, 2024
-
-
Christoph Grüninger authored
Fixes compilation with SuperLU 7 by forcing backwards compatibility See merge request !592
-
- Oct 12, 2024
-
-
SuperLU 7.0.0 now uses singlecomplex instead of complex and by default does not add a typedef to make singlecomplex available as type complex. The latter was used in previous versions. As we need to support several versions of SuperLU we force adding such a typedef by defining SUPERLU_TYPEDEF_COMPLEX
-
- Oct 19, 2023
-
-
Simon Praetorius authored
backported: Fix error "delete called on pointer returned from a mismatched allocation function" See merge request !543
-
- Oct 09, 2023
-
-
Markus Blatt authored
Fix error "delete called on pointer returned from a mismatched allocation function" See merge request !542 (cherry picked from commit 497d5223) eb67c9c9 Fix error "delete called on pointer returned from a mismatched allocation function"
-
- Aug 21, 2023
-
-
Christoph Grüninger authored
Merge branch 'bugfix/suitesparse' into 'master' See merge request !537
-
- Jul 25, 2023
-
-
Simon Praetorius authored
[cmake] Fix warning that mimimum required version has to come first See merge request !536
-
- Jul 24, 2023
-
-
Christoph Grüninger authored
-
- Jan 27, 2023
-
-
Simon Praetorius authored
Fix module version (2.9.git -> 2.9.0) See merge request !517
-
- Jan 17, 2023
-
-
Markus Blatt authored
-
- Dec 08, 2022
-
-
Simon Praetorius authored
Merge branch 'issue/fill-sequential-information' into 'master' See merge request !506
-
- Nov 30, 2022
-
-
Simon Praetorius authored
Implement functions in SequentialInformation See merge request !494 (cherry picked from commit be325ec0) 5325cd09 Implement functions in SequentialInformation
-
- Oct 20, 2022
-
-
Andreas Dedner authored
change title of changelog to release 2.9 See merge request !502
-
Andreas Dedner authored
-
Andreas Dedner authored
update author list in license file See merge request !499
-
Andreas Dedner authored
-
- Oct 10, 2022
-
- Oct 08, 2022
-
- Oct 07, 2022
-
-
Fixes segfault for least squares problems with SPQR See merge request core/dune-istl!489 (cherry picked from commit 9a72de2d) d5eba453 Allow SPQR solver to work with non-square matrices
-
- Oct 06, 2022
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Oct 04, 2022
-
-
Ansgar Burchardt authored
-
- Jul 13, 2022
-
-
Markus Blatt authored
Allow SVG writer to have empty rows and cols See merge request core/dune-istl!484
-
- Jun 22, 2022
-
-
Santiago Ospina De Los Ríos authored
Nested sparse matrices were not allowed to have empty rows/cols. By choosing the minimum offset of other blocks, we get an educated guess for these cases.
-
- Jun 12, 2022
-
-
Christian Engwer authored
[doc] Remove outdated reference to dune-dd See merge request core/dune-istl!483
-
- Jun 11, 2022
-
-
Timo Koch authored
-
- May 02, 2022
-
-
Christian Engwer authored
Fix memory leak on BCRSMatrix Closes #103 See merge request core/dune-istl!482
-
Santiago Ospina De Los Ríos authored
Before this commit, the pattern was deallocated with the wrong size that created a huge memory leak.
-
- Apr 28, 2022
-
-
Christian Engwer authored
playground executable for experimenting with solvers and preconditioners See merge request core/dune-istl!410
-
- Apr 12, 2022
-
-
Markus Blatt authored
Create sparse matrix with contiguous memory for MatrixMarket. See merge request core/dune-istl!481
-
Markus Blatt authored
Use dune_add_test properly See merge request core/dune-istl!475
-
Markus Blatt authored
[amg] fix w-cycle See merge request core/dune-istl!474
-
Markus Blatt authored
The current behavior (allocating each row separately ) is rather surprising and unnecessary as the matrix market file stores the number of nonzeros anyway. Hence we now pass this number to BCRSMatrix::SetSize to get the most efficient behavior
-
- Mar 09, 2022
-
-
Christian Engwer authored
Const correctness in iterative solvers See merge request core/dune-istl!421
-
- Mar 04, 2022
-
-
Robert K authored
[cleanup][cmake] Remove CMAKE_METADATA_FILE. See merge request core/dune-istl!479
-
Robert K authored
-