- Mar 27, 2023
-
-
Markus Blatt authored
Add FastAMG constructor with shared_ptr arguments See merge request core/dune-istl!524
-
- Mar 19, 2023
-
-
Christoph Grüninger authored
Adjust sequential and both parallel cases in istl-solver-playground See merge request core/dune-istl!526
-
- Mar 16, 2023
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Do same thing, independent of paralellel, distributed, or sequential. This fixes the test in the sequential case.
-
- Mar 07, 2023
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Feb 12, 2023
-
-
Christoph Grüninger authored
[python] Silence false positive self assigment warning See merge request core/dune-istl!523
-
Timo Koch authored
Possible bug in clang is tracked here: https://bugs.llvm.org/show_bug.cgi?id=43124
-
- Feb 07, 2023
-
-
Andreas Dedner authored
[bugfix][SuiteSparse] Fix index type conversion problem. See merge request core/dune-istl!521
-
- Feb 06, 2023
-
-
use using and SizeType to size_type to adhere to istl conventions
-
- Jan 16, 2023
-
-
Carsten Gräser authored
[bugfix] Add missing specialization FieldTraits<MultiTypeBlockMatrix> See merge request core/dune-istl!516
-
Carsten Gräser authored
Notice that this also fixes an incorrect `MultiTypeBlockMatrix::field_type` in a special setting: If you have a nested matrix `MultiTypeBlockMatrix< MultiTypeBlockVector<MultiTypeBlockMatrix<...>>>`, the outer `MultiTypeBlockMatrix::field_type` forwards to the `MultiTypeBlockVector::field_type` which forwards to the inner `FieldTraits<MultiTypeBlockMatrix>::field_type`.
-
- Jan 08, 2023
-
-
Oliver Sander authored
Add CI pipeline running the codespell tool See merge request core/dune-istl!515
-
Oliver Sander authored
And fix all spelling errors that codespell currently finds.
-
- Jan 07, 2023
-
-
Ansgar Burchardt authored
typo: offests -> offsets See merge request core/dune-istl!514
-
Ansgar Burchardt authored
-
- Dec 13, 2022
-
-
Markus Blatt authored
Specialize std::tuple_size for MultiTypeBlock* See merge request core/dune-istl!512
-
- Dec 12, 2022
-
-
Carsten Gräser authored
... because we also specialize `std::tuple_element` and it derives from `std::tuple` after all.
-
Markus Blatt authored
[bugfix] Fixes implicit build mode of BCRSMatrix with zero rows. See merge request core/dune-istl!510
-
- Dec 08, 2022
-
-
Markus Blatt authored
Corner case that sometimes happens and produced a segmentation fault.
-
Markus Blatt authored
-
- Dec 07, 2022
-
-
Christoph Grüninger authored
Remove all deprecated code See merge request core/dune-istl!508
-
- Dec 04, 2022
-
-
Christoph Grüninger authored
-
- Dec 02, 2022
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Dec 01, 2022
-
-
Simon Praetorius authored
Rewrite CMakeLists for istl-solver-playground See merge request core/dune-istl!507
-
Simon Praetorius authored
-
- Nov 30, 2022
-
-
Simon Praetorius authored
Implement functions in SequentialInformation See merge request core/dune-istl!494
-
- Nov 19, 2022
-
-
Christoph Grüninger authored
[test] Add missing return in main See merge request core/dune-istl!505
-
- Nov 18, 2022
-
-
Christoph Grüninger authored
Unused variable warning indicated this oversight
-
Christoph Grüninger authored
Adapt changelog after release See merge request core/dune-istl!504
-
- Nov 16, 2022
-
-
Simon Praetorius authored
-
- Oct 21, 2022
-
-
Samuel Burbulla authored
Feature/pip install git master See merge request core/dune-istl!503
-
Samuel Burbulla authored
-