- Sep 30, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Jul 28, 2021
-
-
Markus Blatt authored
-
- Mar 16, 2021
-
-
Christoph Grüninger authored
-
- Jun 04, 2019
-
-
Nils-Arne Dreier authored
-
- Apr 10, 2019
-
-
Carsten Gräser authored
-
- Dec 30, 2018
-
-
Oliver Sander authored
-
- Dec 28, 2018
-
-
Oliver Sander authored
-
- Dec 10, 2018
-
-
Oliver Sander authored
The new code uses Dune::IsNumber to end the recursive counting. Incidentally, this removes one more of the few uses of the 'blocklevel' mechanism. It also removes one level of indirection within the implementation.
-
Oliver Sander authored
-
- Jun 08, 2018
-
-
Ansgar Burchardt authored
This addresses the following error when using GCC 8: ``` /usr/include/c++/8/bits/stl_tree.h:457:21: error: static assertion failed: comparison object must be invocable as const static_assert(is_invocable_v<const _Compare&, const _Key&, const _Key&>, ```
-
- Jan 08, 2016
-
-
Christoph Grüninger authored
-
- Nov 02, 2015
-
-
Andreas Nüßing authored
-
- Sep 01, 2015
-
-
Markus Blatt authored
-
- Aug 16, 2015
-
-
Christian Engwer authored
we have to preceed the variadic parameter by T1, in order to fix the deduction. The problem is that (for what ever reason) otherwise the type pack can not be detected properly.
-
- Aug 15, 2015
-
-
Oliver Sander authored
The code still uses boost::fusion, though.
-
- Apr 13, 2015
-
-
Oliver Sander authored
-
- Feb 26, 2014
-
-
Christoph Grüninger authored
-
- Feb 04, 2014
-
-
Markus Blatt authored
-
This is part of the patch provided by Rene in Flyspray 1355.
-
- Nov 15, 2013
-
-
Dominic Kempf authored
-
- Jan 22, 2013
-
-
Oliver Sander authored
Because it does not currently have any measurable benefits. [[Imported from SVN: r1769]]
-
- Jan 10, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r1758]]
-
- Jan 09, 2013
-
-
Markus Blatt authored
Improved it such that placement new is only called when necessary. [[Imported from SVN: r1757]]
-
- Sep 26, 2012
-
-
Tobias Malkmus authored
[[Imported from SVN: r1713]]
-
- Jul 04, 2012
-
-
Oliver Sander authored
Patch by Uli Sack [[Imported from SVN: r1639]]
-
Oliver Sander authored
Patch by Uli Sack [[Imported from SVN: r1638]]
-
Oliver Sander authored
and ScaledIdMatrix Patch by Uli Sack [[Imported from SVN: r1637]]
-
Oliver Sander authored
[[Imported from SVN: r1635]]
-
- May 18, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r1482]]
-
- Nov 03, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r1341]]
-
- Oct 08, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r1305]]
-
- Dec 04, 2009
-
-
Markus Blatt authored
Fixed some more bugs. Patch was provided by Atgeirr Rasmussen. [[Imported from SVN: r1143]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update configure and Makefiles [[Imported from SVN: r1100]]
-
- Sep 23, 2009
-
-
Markus Blatt authored
Made parallel SOR work with amg. [[Imported from SVN: r1079]]
-
- Sep 21, 2009
-
-
Markus Blatt authored
Parallel AMG works on helics with repartitioning! matrixredistribute.hh : Ensure that overlap rows have the right entries matrixutils.hh : Added method to print a distributed sparse matrix amg.hh: initialize pointer with zero to prevent deallocation of nonallocated storage. hierarchy.hh: print operator complexity in verbose mode. transfer.hh: removed wrong assertions (yes, Index sets can have holes!) repartition.hh: Bugfix: Use the correct MPI datatype to unpack. (Unpacking a std::size_t using MPI_INT on 64 bit is not a good idea!) [[Imported from SVN: r1076]]
-
- Jun 20, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r904]]
-
- May 07, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r768]]
-
- Nov 25, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r697]]
-
Markus Blatt authored
[[Imported from SVN: r695]]
-
- Apr 27, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r580]]
-