- Jul 27, 2017
-
-
Christian Engwer authored
[GeneralizedPCGSolver] Increment iteration counter for all verbosity levels See merge request !105
-
Janick Gerstenberger authored
This commit fixes Issue #32
-
- Jul 03, 2017
-
-
Christian Engwer authored
[bugfix][cmake] install allocator.hh See merge request !103
-
Felix Gruber authored
Commit 8da92ce1 added allocator.hh but forgot to add it to the installed headers in CMakeLists.txt.
-
- Jun 30, 2017
-
-
Christian Engwer authored
[multirhstest] Check with AlignedNumber. See merge request !87
-
Christian Engwer authored
-
Christian Engwer authored
-
- Jun 12, 2017
- Jun 08, 2017
-
-
Ansgar Burchardt authored
Add `data()` accessor methods See merge request !99
-
Ansgar Burchardt authored
-
- May 29, 2017
-
-
Christian Engwer authored
Feature/support mingw See merge request !88
-
- May 09, 2017
-
-
Christian Engwer authored
[dynamic polymorphism] use #if instead of #ifdef for the guard See merge request !95
-
Christian Engwer authored
we add a compatibility layer, when DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE is enabled. We now ise #if instead of #ifdef to check for the flag and add the switch to scalar-product interface class.
-
Christian Engwer authored
fix the cmake magic to enable backwards compatibility for the category interface Closes #29 See merge request !94
-
- May 08, 2017
-
-
Christian Engwer authored
-
- Apr 20, 2017
-
-
Ansgar Burchardt authored
Use correct type for second template argument of `std::array` See merge request !90
-
Ansgar Burchardt authored
Using `unsigned long` instead of `size_t` only works on architectures where the two types are identical, but not on, for example, i386. On architectures where the types differ, the generic version would be used instead of the specialization for `std::array`. Bug-Debian: https://bugs.debian.org/860666
-
- Apr 18, 2017
-
-
Ansgar Burchardt authored
[bugfix] add missing header See merge request !89
-
Tobias Malkmus authored
-
- Apr 11, 2017
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
if the AMG had a non-standard allocator, the template parameters didn't match, as the hierarchy was assumend to use the default allocator.
-
Christian Engwer authored
this is necessary to ensure that the solver fulfills the alignement requirements of the vector
-
Christian Engwer authored
basically everywhere the type is hard-coded to double, only in the hierarchy it is deduced from the MatrixOperator, which lead to alignement errors when using vector types.
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
this is necessary to support other data types
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Jö Fahlke authored
This makes sense since we do test with AlignedNumber now. If Vc is found, we still test with that, in addition to AlignedNumber.
-
Jö Fahlke authored
This means alignment errors should fail the test even when Vc is not available.
-
Christian Engwer authored
Feature/dynamicpolymorphism See merge request !84
-
- Apr 10, 2017
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-