- Jan 08, 2023
-
-
Oliver Sander authored
And fix all spelling errors that codespell currently finds.
-
- Sep 30, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Mar 16, 2021
-
-
Christoph Grüninger authored
-
- Jan 07, 2021
-
-
Oliver Sander authored
This makes the naming consistent again.
-
- Jan 21, 2020
-
-
Ansgar Burchardt authored
Several members of `std::allocator` were already deprecated in C++17 and have now been removed in C++20. This patch uses the appropriate members of `std::allocator_traits` instead.
-
- Nov 18, 2019
-
-
Nils-Arne Dreier authored
-
- Sep 20, 2019
-
-
Nils-Arne Dreier authored
-
- Jul 11, 2019
-
-
Oliver Sander authored
-
- Sep 18, 2017
-
-
Carsten Gräser authored
This commit replaces all use cases of std::for_each(..., std::mem_fn(...)) by a much more readble plain range for. It does not replace other uses, where this may be more controversial.
-
- Sep 13, 2017
-
-
Steffen Müthing authored
The former one was deprecated in C++11 and removed in C++17, causing compilation failures on Clang 5 with libc++.
-
- Apr 10, 2017
-
-
Christian Engwer authored
-
- Jan 08, 2016
-
-
Christoph Grüninger authored
-
- Dec 22, 2015
-
-
- Nov 23, 2015
-
-
Dominic Kempf authored
I already wanted to use those when implementing the UMFPack integration into the overlapping schwarz, but our compiler requirements were not sufficient at the time.
-
Christoph Grüninger authored
-
- Sep 01, 2015
-
-
Markus Blatt authored
-
- Apr 13, 2015
-
-
Oliver Sander authored
-
- Feb 04, 2014
-
-
Since revision 8df1d996 overlappingschwarz with UmfPack was broken due to renaming an internal variable accessed by a friend. This patch fixes this by adding a new private method to access the internal matrix of solver and uses that for the assembly.
-
Markus Blatt authored
-
- Nov 28, 2013
-
-
Christoph Grüninger authored
-
- Oct 24, 2013
-
-
Tobias Malkmus authored
-
- Oct 23, 2013
-
-
now the preconditioner can be used in a Dune::Preconditioner context
-
-
-
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
-
- Aug 21, 2013
-
-
Markus Blatt authored
Previously this code was plain wrong. It actually made a copy of the vector and tried to swap its entries with the original vector. The argument to swap even was a const reference! Now we use the correct trick: vector().swap(other).
-
- Aug 08, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r1664]]
-
- May 26, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r1600]]
-
- Nov 16, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1363]]
-
- Nov 14, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r1359]]
-
Christian Engwer authored
[[Imported from SVN: r1358]]
-
- Nov 10, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1352]]
-
- Aug 06, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1263]]
-
- Aug 03, 2010
-
-
Markus Blatt authored
(Small bug with tremendous effects) [[Imported from SVN: r1258]]
-
- Aug 02, 2010
-
-
Markus Blatt authored
Made compilation work for HAVE_SUPERLU=0. [[Imported from SVN: r1255]]
-
Markus Blatt authored
[[Imported from SVN: r1254]]
-
- Jul 30, 2010
-
-
Markus Blatt authored
drivers and their plugin templates. [[Imported from SVN: r1253]]
-
Markus Blatt authored
plugin of local solvers (drivers). [[Imported from SVN: r1246]]
-
- Jul 28, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1244]]
-
Markus Blatt authored
Bugfix number of nonzero computation in SeqOverlappingSchwarz. [[Imported from SVN: r1243]]
-