- Aug 13, 2021
-
-
Christoph Grüninger authored
-
- Jul 30, 2021
-
-
Markus Blatt authored
Make sure that the relaxation factor for smoothers never is complex. See merge request !447
-
- Jul 29, 2021
-
-
Markus Blatt authored
Remove signed-unsigned comparison on repartition.hh See merge request !448
-
Markus Blatt authored
to get rid of a compiler warning.
-
Markus Blatt authored
The note /dune-istl/dune/istl/paamg/smoother.hh:130:26: note: the ABI of passing structure with complex float member has changed in GCC 4.4 for DefaultConstructionArgs::getArgs got me thinking. I just could not imagine why there should be comlex value involved. Turned out we somehow assumed that for complex the relaxation factore would be complex, too. IMHO a relaxation factor should scale and hence be real. This MR make ssure that the relaxation factor is never complex. Unforntunately, then a note for std::make_pair with a complex in repartition.hh appeared: /usr/include/c++/8/bits/stl_pair.h:524:5: note: the ABI of passing structure with complex float member has changed in GCC 4.4 make_pair(_T1&& __x, _T2&& __y) and I just resorted to constructing Pair directly. Not sure whether this is really needed but it should not hurt and ensures more silence.
-
Markus Blatt authored
Get rid of shadowed/unused variable/typedef gcc-8 warnings See merge request !445
-
Markus Blatt authored
-
- Jul 28, 2021
-
-
Markus Blatt authored
Get rid of unused/shadowed variable compiler warnings. See merge request !442
-
Markus Blatt authored
-
Markus Blatt authored
-
- Jul 24, 2021
-
-
Christoph Grüninger authored
[gitignore] Ignore macOS caching files See merge request !439
-
-
- Jul 23, 2021
-
-
Christian Engwer authored
[MultiTypeBlockMatrix] Export the constructor of std::tuple See merge request !395
-
- Jul 07, 2021
-
-
Christoph Grüninger authored
[changelog] Mention SuiteSparse potentiel slowdown with openBlas Closes #91 See merge request !437
-
Christoph Grüninger authored
Fixes #91
-
- Jul 05, 2021
-
-
Christoph Grüninger authored
Update list of authors See merge request !438
-
Christoph Grüninger authored
-
- Jun 30, 2021
-
-
Oliver Sander authored
Cholmod: Add support for almost all matrix types See merge request !424
-
Patrick Jaap authored
This is achieved by using the flat matrix and vector forEach implementations. The unit test is extended by a multi type example.
-
Patrick Jaap authored
The routines traverse the container recursively and call a functor at each scalar entry passing also the flat index.
-
- Jun 24, 2021
-
-
Oliver Sander authored
Remove some warnings about unused typedefs and suggested braces See merge request !435
-
Simon Praetorius authored
-
- May 27, 2021
-
-
Christian Engwer authored
IO matrixmarket for vectors of simd type See merge request !368
-
Christian Engwer authored
[operators][cleanup] Use override keyword See merge request !433
-
Timo Koch authored
-
- Mar 23, 2021
-
-
Andreas Dedner authored
use the dune docker registry for the python and 'with-checking' ci test See merge request !431
-
Andreas Dedner authored
-
- Mar 22, 2021
-
-
Andreas Dedner authored
fix some headercheck issues See merge request !430
-
- Mar 21, 2021
-
-
Andreas Dedner authored
-
Christoph Grüninger authored
Fix registrytest by properly including config.h See merge request !429
-
Simon Praetorius authored
-
- Mar 18, 2021
-
-
Christoph Grüninger authored
Use [[maybe_unused]] instead of DUNE_UNUSED(_PARAMETER) See merge request !427
-
- Mar 16, 2021
-
-
Christoph Grüninger authored
-
- Mar 13, 2021
-
-
Simon Praetorius authored
Use std::void_t instead of Dune::void_t See merge request !426
-
- Mar 12, 2021
-
-
Christoph Grüninger authored
-
- Feb 07, 2021
-
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-