- Oct 17, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Oct 16, 2023
-
-
Santiago Ospina De Los Ríos authored
Also, resolve the UMFPackCreator type with SFINAE on the UMFPackVectorChooser instead of arbitrary rules of the creator (the vector chooser already knows the rules, there is no need to repeat them)
-
- Oct 12, 2023
-
-
Markus Blatt authored
Initialize all members of SequentialInformation See merge request !545
-
Simon Praetorius authored
-
- Oct 11, 2023
-
-
Markus Blatt authored
Resolve "writeSVGMatrix parameters are inconsistent with other IO writers" Closes #104 See merge request !513
-
Markus Blatt authored
Resolve "Building istl-solver-playground causes compile time error" Closes #112 See merge request !541
-
- Oct 10, 2023
-
-
Markus Blatt authored
[foreach][cleanup] Only use return values in debug mode (silences warning) See merge request !544
-
Timo Koch authored
-
Markus Blatt authored
Add printSparseMatrix method for ScaledIdentityMatrix See merge request !531
-
- Oct 09, 2023
-
-
Lisa Julia Nebel authored
-
Markus Blatt authored
Fix error "delete called on pointer returned from a mismatched allocation function" See merge request !542
-
- Oct 08, 2023
-
-
Simon Praetorius authored
-
- Oct 06, 2023
-
-
Santiago Ospina De Los Ríos authored
-
- Oct 04, 2023
-
-
Santiago Ospina De Los Ríos authored
Move the find_package(SuiteSparse) from istl to common See merge request !538
-
- Sep 27, 2023
-
-
Carsten Gräser authored
[ci] Drop no longer supported CI configurations See merge request !540
-
Carsten Gräser authored
These configurations are outdated for two reasons: * Clang versions before 10 are no longer supported. * Ubuntu 18.04 has reached its EOL in 2023-06.
-
- Sep 20, 2023
-
-
Simon Praetorius authored
-
Oliver Sander authored
UMFPACK: Use generic flatMatrixForEach routines for arbitrary blocked matrices See merge request !530
-
Patrick Jaap authored
CI failed before since the test matrix was singular. This commit adds some regularization to pass tests on all runners.
-
- Sep 19, 2023
-
-
Patrick Jaap authored
-
Patrick Jaap authored
-
Patrick Jaap authored
-
Patrick Jaap authored
-
Patrick Jaap authored
-
Patrick Jaap authored
Instead of calling the BCCSInitializer, we directly parse the matrix into an UMFPACK compatible form. This allows us to use almost every blocked matrix structure, such as MultiTypeBlockedMatrix. Moreover, the 'setMatrix' method is extended by a second bitVector argument to handle exclusion of indices. The old 'setSubMatrix' method is kept. The new interface is inspired by the neighbored 'Cholmod' class. The additional routines on the vector data are linear in time and have no measurable influence on the run time of UMFPACK.
-
Patrick Jaap authored
-
- Jul 13, 2023
-
-
Simon Praetorius authored
[cmake] Fix warning that mimimum required version has to come first See merge request !535
-
- Jul 12, 2023
-
-
Christoph Grüninger authored
-
- Jun 30, 2023
-
-
Simon Praetorius authored
Add an interface library for Dune::ISTL See merge request !533
-
-
-
- Jun 29, 2023
-
-
Simon Praetorius authored
Cleanup the DUNECI_CMAKE_FLAGS for a failing job See merge request !534
-
- Jun 28, 2023
-
-
Simon Praetorius authored
-
- Jun 21, 2023
-
-
Carsten Gräser authored
[doc] Enable doxygen for cholmod.hh See merge request !532
-
Carsten Gräser authored
So far doxygen did not process this file since `HAVE_SUITESPARSE_CHOLMOD` was missing. This also adds the missing editor hints.
-
- May 25, 2023
-
-
Oliver Sander authored
Allow to use CHOLMOD with 'long int' integer type See merge request !485
-
-
Oliver Sander authored
CHOLMOD supports this, it just wasn't exposed in the interface. It is needed for large problems.
-
- Apr 14, 2023
-
-
Carsten Gräser authored
Improve performance of MatrixIndexSet See merge request !527
-