- Oct 20, 2022
-
-
Andreas Dedner authored
update author list in license file See merge request !499
-
Andreas Dedner authored
-
- Oct 10, 2022
-
-
Robert K authored
Merge branch 'feature/remove-dune_python_install_package' into 'master' See merge request core/dune-istl!496
-
- Oct 08, 2022
-
-
Robert K authored
Merge branch 'fix-lsq-bug' into 'master' See merge request core/dune-istl!495
- Oct 07, 2022
-
-
Robert K authored
add machine-readable copyright and license information See merge request core/dune-istl!493
- 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 !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 !483
-
- Jun 11, 2022
-
-
Timo Koch authored
-
- May 02, 2022
-
-
Christian Engwer authored
Fix memory leak on BCRSMatrix Closes #103 See merge request !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 !410
-
- Apr 12, 2022
-
-
Markus Blatt authored
Create sparse matrix with contiguous memory for MatrixMarket. See merge request !481
-
Markus Blatt authored
Use dune_add_test properly See merge request !475
-
Markus Blatt authored
[amg] fix w-cycle See merge request !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
- Feb 28, 2022
-
-
Nils-Arne Dreier authored
-
- Feb 22, 2022
-
-
Simon Praetorius authored
Remove unused-parameter warnings See merge request !472
-
Simon Praetorius authored
-
- Feb 16, 2022
-
-
Simon Praetorius authored
Add inline to splitFilename See merge request !477
-
Simon Praetorius authored
-
- Feb 09, 2022
-
-
Simon Praetorius authored
-
Nils-Arne Dreier authored
-
- Feb 08, 2022
-
-
Markus Blatt authored
Fix inconsistency in matrixmarket file IO See merge request !465
-
-
Markus Blatt authored
[bugfix] value name for creating amg criterions from parametertree preSteps->postSteps See merge request !473
-
Nils-Arne Dreier authored
-
- Feb 01, 2022
-
-
Christian Engwer authored
[SIMD] fix Solvers - if one lane has zero initial residual See merge request !469
-
- Jan 25, 2022
-
-
Markus Blatt authored
add missing include in foreach.hh See merge request core/dune-istl!470
-
Nils-Arne Dreier authored
-