- Sep 27, 2024
-
-
Simon Praetorius authored
Update set_package_properties for ARPack and SuperLU See merge request !585
-
- Sep 23, 2024
-
-
Santiago Ospina De Los Ríos authored
Improve support with MSVC See merge request !577
-
Santiago Ospina De Los Ríos authored
* Handle float exception handling for MSVC * Remove system specific includes * Make iterator in block vector be copyable to fulfill output iterator interface
-
- Sep 20, 2024
-
-
Simon Praetorius authored
-
- Sep 19, 2024
-
-
Christian Engwer authored
simplify and cleanup the SolverFactory See merge request !453
-
Christian Engwer authored
-
Christian Engwer authored
getMatOrThrow handed out a reference to the underlying matrix, but for the compiler it was undecidable, whether this might be a dangling refernce. This lead to many warnings. We now hand out the AssebledLinearOperator and call getmat explicitly where ever needed.
-
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).
-