- Nov 20, 2023
-
-
Jakob Torben authored
-
- Sep 30, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Jan 06, 2022
-
-
Christoph Grüninger authored
-
- Jun 30, 2021
-
-
Patrick Jaap authored
The routines traverse the container recursively and call a functor at each scalar entry passing also the flat index.
-
- Jan 10, 2021
-
-
- Jan 07, 2021
-
-
Oliver Sander authored
This makes the naming consistent again.
-
Oliver Sander authored
The file colcompmatrix.hh contains the rudimentary implementation of a sparse matrix with scalar entries and column-compressed storage. As part of cleaning up the UMFPackSolver implementation this patch moves the matrix class into a separate file. What's left in colcompmatrix.hh is the matrix setup code. The plan is to turn the matrix into something ressembling a real dune-istl matrix. That should make the code easier to understand, and maybe something will even need compressed-column matrix for other things one day!
-
- Apr 11, 2020
-
- Mar 11, 2020
-
-
Markus Blatt authored
-
- Mar 05, 2020
-
-
Christoph Grüninger authored
-
- Dec 04, 2019
-
-
Nils-Arne Dreier authored
-
- Dec 03, 2019
-
-
Nils-Arne Dreier authored
preconditioners at compile time
-
- Nov 07, 2018
-
-
A simple implementation for the SuiteSparse CHOLMOD solver for real valued (double) linear systems. Ignore dof's are supported. The user has to take care of the correct size of vectors in the "apply" method.
-
- Jan 02, 2018
-
-
Oliver Sander authored
This file, while being called 'example', was actually a set of unit tests. The stuff it tested was all covered by the standard unit tests. Having these additional tests in a file with a misleading name, and at a location outside of the standard test locations, was confusing (for me, at least). This patch simply removes the file. With the 'example.cc' file gone, the directory 'dune/istl/tutorial' is empty. Therefore this patch removes that directory, too.
-
- Jul 25, 2017
-
-
Janick Gerstenberger authored
kudos to Martin Nolte
-
- Jul 03, 2017
-
-
Felix Gruber authored
Commit 8da92ce1 added allocator.hh but forgot to add it to the installed headers in CMakeLists.txt.
-
- Dec 06, 2016
-
-
Felix Gruber authored
This header is included by the installed headers superlu.hh and supermatrix.hh.
-
- Jan 11, 2016
-
-
Felix Gruber authored
-
- Nov 02, 2015
-
-
Dominic Kempf authored
There are some tests, which are hard to port in the paamg directory. They want to explicitly test _without_ direct solver. Previously, you simply did not add the flags for the direct solver packages. add_dune_test relies on all flags, so we need a way to disable components again. That will be implemented as part of dune_add_executable. For now, we build the targets ourselves and hand them to dune_add_test.
-
- Oct 16, 2015
-
-
Dominic Kempf authored
There are some tests, which are hard to port in the paamg directory. They want to explicitly test _without_ direct solver. Previously, you simply did not add the flags for the direct solver packages. add_dune_test relies on all flags, so we need a way to disable components again. That will be implemented as part of dune_add_executable. For now, we build the targets ourselves and hand them to dune_add_test.
-
- Aug 15, 2015
-
-
Sebastian Westerheide authored
initial commit of one class template for performing some iterative eigenvalue algorithms based on power iteration and of one class template for performing some eigenvalue algorithms provided by the ARPACK++ library
-
- Feb 14, 2014
-
-
Christoph Grüninger authored
It was moved to dune-common in Dune 2.3.
-
- Oct 23, 2013
-
-
This commit contains - a wrapper for the C library UMFPack - tests for both CMake and autotools to find UMFPack on the system - a unit test for UMFPack - a new MatrixType ColCompMatrix which is a base class for a column compressed matrix. SuperLUMatrix now inherits from this base class. This way, no code is duplicated for the very similar interface in UMFPack. - the SuperLU-specific part of OverlappingSchwarz code is abstracted to work with either SuperLU or UMFPack
-
- Jul 09, 2013
-
-
Markus Blatt authored
-
- Jul 08, 2013
-
-
Markus Blatt authored
-
- Jun 12, 2013
-
-
Markus Blatt authored
The last commits caused compile errors for e.g. clang as I used incomplete (only forward declared) types in template classes. This patch moves the definition of InverseOperator and Preconditioners from the headers solvers.hh and preconditioners into new separate headers solver.hh and preconditioner.hh. This allows to include these definitions in the previous headers without cause circular include directives.
-
- Sep 20, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r1708]]
-
- Apr 30, 2012
-
-
Markus Blatt authored
make doc works. [[Imported from SVN: r1557]]
-
Markus Blatt authored
[[Imported from SVN: r1556]]
-