- Jul 22, 2024
-
-
Patrick Jaap authored
-
Patrick Jaap authored
This generalizes the necessary regularization for the umfpacktest and makes it usable for other algorithms. A hint in Cholmodtest is added and the other tests using this methods are kept unchanged. The method was also cleaned up and modernized.
-
- Jul 01, 2024
-
-
Christoph Grüninger authored
Move include of config.h from source to some header files See merge request !566
-
-
- Jun 11, 2024
-
-
Christoph Grüninger authored
[bugfix] Make solverfactory tests work without optional pkgs Closes #117 See merge request core/dune-istl!570
-
- Jun 10, 2024
-
-
Markus Blatt authored
Tests failed in Suitspares or UMFPACK was not there.
-
Markus Blatt authored
Fix some issues found by Clazy, Cppcheck, and myself See merge request core/dune-istl!569
-
- Jun 09, 2024
-
-
Christoph Grüninger authored
Use the left-hand side as a condition
-
Christoph Grüninger authored
It was removed 9 years ago.
-
Christoph Grüninger authored
Remove `isPublic` altogether. Found by Cppcheck (variableScope).
-
Christoph Grüninger authored
Found by Cppcheck (unusedVariable).
-
Christoph Grüninger authored
Found by Cppcheck.
-
Christoph Grüninger authored
This is less about performance and mor about silencing the Clazy warnings. Found by Clazy (range-loop-reference)
-
- Jun 03, 2024
-
-
Simon Praetorius authored
Cleanup the VariableBlockVector implementation See merge request core/dune-istl!463
-
Simon Praetorius authored
fix bvector += bindings See merge request core/dune-istl!565
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
-
-
-
-
- Jun 02, 2024
-
-
Simon Praetorius authored
Set real_type of MultiTypeBlockVector See merge request core/dune-istl!480
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- May 31, 2024
-
-
Simon Praetorius authored
Revert "Merge branch 'issue/block-traits-field-traits' into 'master'" See merge request core/dune-istl!567
-
Simon Praetorius authored
This reverts merge request !564
-
- May 30, 2024
-
-
Simon Praetorius authored
Define BlockTraits in terms of FieldTraits See merge request core/dune-istl!564
-
- May 06, 2024
-
-
Andreas Dedner authored
refactor blockvector bindings to allow for generic types See merge request core/dune-istl!562
-
- Apr 18, 2024
-
-
AMüller authored
-
- Apr 17, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Add a specialization of FieldTraits for VariableBlockVector See merge request core/dune-istl!563
-
AMüller authored
-
- Apr 12, 2024
-
-
Simon Praetorius authored
-
- Apr 10, 2024
-
-
Carsten Gräser authored
[cleanup] Remove unused allocators See merge request core/dune-istl!560
-
- Mar 22, 2024
-
-
Carsten Gräser authored
Remove allocator template parameter from the classes `base_array_unmanaged`, `compressed_base_array_unmanaged`, `block_vector_unmanaged`, `compressed_block_vector_unmanaged`, and `CompressedBlockVectorWindow`. All of these classes do not manage memory on their own. The provided allocator was only used to deduce `size_type`. The latter is now provided as template parameter explicitely. Notice that this (seemigly breaking) change is safe, because all these classes are clearly marked as implementation details that should not be used outside of dune-istl.
-
- Mar 03, 2024
-
-
Carsten Gräser authored
Export missing functionality in MatrixIndexSet See merge request core/dune-istl!559
-