- Oct 11, 2024
-
-
Christoph Grüninger authored
Fixes compilation with SuperLU 7 by forcing backwards compatibility See merge request !591
-
- Oct 10, 2024
-
-
Markus Blatt authored
-
Markus Blatt authored
SuperLU 7.0.0 now uses singlecomplex instead of complex and by default does not add a typedef to make singlecomplex available as type complex. The latter was used in previous versions. As we need to support several versions of SuperLU we force adding such a typedef by defining SUPERLU_TYPEDEF_COMPLEX
-
- Oct 07, 2024
-
-
Simon Praetorius authored
Replace pthread_exit(NULL) calls by return NULL Closes #121 See merge request !589
-
- Oct 05, 2024
-
-
Simon Praetorius authored
Get rid off unused-variable-warnings. See merge request !579
-
-
Simon Praetorius authored
-
- Sep 27, 2024
-
-
Simon Praetorius authored
Fix constructors in iterators See merge request !584
-
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 21, 2024
-
-
- 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
-