- 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
-
Carsten Gräser authored
The `MatrixIndexSet` class provides access to an incomplete subset of its internal data. While the number of rows is exported, the number of cols and the column indices per row have been missing so far. This was an oversight, since one can hardly use the class without this, unless one relies on the dedicated `exportIdx()` method for `BCRSMatrix`. With the missing data exported, one can now easily use `MatrixIndexSet` to build patterns for other sparse matrix classes.
-
- Feb 11, 2024
-
-
Oliver Sander authored
Various fixes and tests for the printSparseMatrix method See merge request core/dune-istl!558
-
- Feb 10, 2024
-
-
Oliver Sander authored
No fixes necessary.
-
Oliver Sander authored
-
Oliver Sander authored
And test it!
-