- 12 Jun, 2022 1 commit
-
-
Christian Engwer authored
[doc] Remove outdated reference to dune-dd See merge request !483
-
- 11 Jun, 2022 1 commit
-
-
Timo Koch authored
-
- 02 May, 2022 2 commits
-
-
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.
-
- 28 Apr, 2022 1 commit
-
-
Christian Engwer authored
playground executable for experimenting with solvers and preconditioners See merge request !410
-
- 12 Apr, 2022 4 commits
-
-
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
-
- 09 Mar, 2022 1 commit
-
-
Christian Engwer authored
Const correctness in iterative solvers See merge request !421
-
- 04 Mar, 2022 2 commits
-
-
Robert K authored
- 28 Feb, 2022 1 commit
-
-
Nils-Arne Dreier authored
-
- 22 Feb, 2022 2 commits
-
-
Simon Praetorius authored
Remove unused-parameter warnings See merge request !472
-
Simon Praetorius authored
-
- 16 Feb, 2022 2 commits
-
-
Simon Praetorius authored
Add inline to splitFilename See merge request !477
-
Simon Praetorius authored
-
- 09 Feb, 2022 2 commits
-
-
Simon Praetorius authored
-
Nils-Arne Dreier authored
-
- 08 Feb, 2022 4 commits
-
-
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
-
- 01 Feb, 2022 1 commit
-
-
Christian Engwer authored
[SIMD] fix Solvers - if one lane has zero initial residual See merge request !469
-
- 25 Jan, 2022 2 commits
-
-
Markus Blatt authored
add missing include in foreach.hh See merge request !470
-
Nils-Arne Dreier authored
-
- 20 Jan, 2022 4 commits
-
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
- 18 Jan, 2022 1 commit
-
-
Nils-Arne Dreier authored
If one lane has zero residual (e.g. the RHS and initial guess is zero) the division in the factor for the minimizing and orthogonalization is handled explicitly to avoid NaNs.
-
- 09 Jan, 2022 2 commits
-
-
Simon Praetorius authored
spqr solver with block matrix See merge request !409
-
Simon Praetorius authored
add test for block size test for spqr deactivate std::complex tests of spqr
-
- 06 Jan, 2022 7 commits
-
-
Simon Praetorius authored
Remove deprecated code See merge request !467
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-