- Aug 11, 2024
-
-
Christoph Grüninger authored
-
- Jul 22, 2024
-
-
Santiago Ospina De Los Ríos authored
setupLaplacian: Add optional diagonal regularization See merge request !539
-
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. Co-authored-by:
Santiago Ospina De Los Ríos <sospinar@gmail.com>
-
- 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 !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 !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 !463
-
Simon Praetorius authored
fix bvector += bindings See merge request !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 !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 !567
-
Simon Praetorius authored
This reverts merge request !564
-
- May 30, 2024
-
-
Simon Praetorius authored
Define BlockTraits in terms of FieldTraits See merge request !564
-
- May 06, 2024
-
-
Andreas Dedner authored
refactor blockvector bindings to allow for generic types See merge request !562
-
- Apr 18, 2024
-
-
Alexander Müller authored
-
- Apr 17, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Add a specialization of FieldTraits for VariableBlockVector See merge request !563
-
Alexander Müller authored
-
- Apr 12, 2024
-
-
Simon Praetorius authored
-
- Apr 10, 2024
-
-
Carsten Gräser authored
[cleanup] Remove unused allocators See merge request !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.
-