- Sep 19, 2024
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
In the rewrite the vector types of UMPack were checked, similar to the other direct solvers. This does not work anymore, as recent changes in UMFPack now lead to a compiler error if the vectors are not available, i.e. when using a real-type different from double. This change now (re-)introduces a SFINAE check to ensure that the types are compatible.
-
Christian Engwer authored
-
Christian Engwer authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Markus Blatt authored
cleanup a range of warnings See merge request !583
-
- Sep 16, 2024
-
-
Christian Engwer authored
-
Christian Engwer authored
-
- Sep 10, 2024
-
-
Christian Engwer authored
Catch polymorphic type ISTLError by reference See merge request !581
-
Christoph Grüninger authored
Found by GCC (Wcatch-value)
-
- Sep 04, 2024
-
-
Simon Praetorius authored
Update changelog release 2 10 See merge request !576
-
Simon Praetorius authored
Update versions release 2 10 See merge request !575
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Improve UMFPack vector chooser See merge request !546
-
Simon Praetorius authored
Fix misc warnings See merge request !574
-
- Aug 23, 2024
-
-
Santiago Ospina De Los Ríos authored
* Assign unused arguments to std::ignore to avoid warnings
-
- Aug 12, 2024
-
-
Oliver Sander authored
Fix more Cppcheck findings See merge request !571
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Found by Cppcheck (unreadVariable).
-
Christoph Grüninger authored
Found by Cppcheck (unreadVariable).
-
Christoph Grüninger authored
Found by Cppcheck uselessOverride).
-
Christoph Grüninger authored
Avoid unwanted copies of the iterator. Found by Cppcheck (postfixOperator).
-
Christoph Grüninger authored
Found by Cppcheck (missingInclude).
-
- Aug 11, 2024
-
-
Christoph Grüninger authored
Update LICENSE.md See merge request !573
-
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
-