- Nov 10, 2021
-
-
Oliver Sander authored
Export the cholmod_factor object See merge request core/dune-istl!455
-
Oliver Sander authored
This is needed for some of the more advanced features of CHOLMOD.
-
- Oct 22, 2021
-
-
Andreas Dedner authored
refactor the way python is used in dune See merge request core/dune-istl!432
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
comment out CMP0087 NEW cmake policy because it fails on some CI runners correctly set CMP0087 cmake policy to NEW for cmake >= 3.14
-
Andreas Dedner authored
fix ci pep 42: use implicit namespace packages which make it possible to combine subpackages using editable (source) and non editable (pypi) only use a cmake install a python module in the SKBUILD setting - for an install from build dir pip will take take of this since it is part of the setup.py file add a stopgap solution unti ci repo up and running again Update requirements. add dune packages to requires in setup.py.in [testing] only add dune modules that have been found as requirements in setup.py.in removed setup.py.in since the default is provided in dune-common adapt ci yml file to python bindings on by default disable python bindings for clang 5 (ubuntu 18) since no numpy matching numpy version can be installed from the gitlab registry [bug fix python bindings] fix an issue with 'entry' being used in implicit build mode but ready==build
-
- Oct 17, 2021
-
-
Oliver Sander authored
-
- Sep 28, 2021
-
-
Oliver Sander authored
[minres] Compute preconditioned residual also for initial residual See merge request core/dune-istl!454
-
Timo Koch authored
-
- Aug 13, 2021
-
-
Christoph Grüninger authored
Bump version to 2.9-git See merge request core/dune-istl!451
-
Christoph Grüninger authored
-
- Jul 30, 2021
-
-
Markus Blatt authored
Make sure that the relaxation factor for smoothers never is complex. See merge request core/dune-istl!447
-
- Jul 29, 2021
-
-
Markus Blatt authored
Remove signed-unsigned comparison on repartition.hh See merge request core/dune-istl!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 core/dune-istl!445
-
Markus Blatt authored
-
- Jul 28, 2021
-
-
Markus Blatt authored
Get rid of unused/shadowed variable compiler warnings. See merge request core/dune-istl!442
-
Markus Blatt authored
-
Markus Blatt authored
-
- Jul 24, 2021
-
-
Christoph Grüninger authored
[gitignore] Ignore macOS caching files See merge request core/dune-istl!439
-
-
- Jul 23, 2021
-
-
Christian Engwer authored
[MultiTypeBlockMatrix] Export the constructor of std::tuple See merge request core/dune-istl!395
-
- Jul 07, 2021
-
-
Christoph Grüninger authored
[changelog] Mention SuiteSparse potentiel slowdown with openBlas Closes #91 See merge request core/dune-istl!437
-
Christoph Grüninger authored
Fixes #91
-
- Jul 05, 2021
-
-
Christoph Grüninger authored
Update list of authors See merge request core/dune-istl!438
-
Christoph Grüninger authored
-
- Jun 30, 2021
-
-
Oliver Sander authored
Cholmod: Add support for almost all matrix types See merge request core/dune-istl!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 core/dune-istl!435
-
Simon Praetorius authored
-
- May 27, 2021
-
-
Christian Engwer authored
IO matrixmarket for vectors of simd type See merge request core/dune-istl!368
-
Christian Engwer authored
[operators][cleanup] Use override keyword See merge request core/dune-istl!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 core/dune-istl!431
-
Andreas Dedner authored
-
- Mar 22, 2021
-
-
Andreas Dedner authored
fix some headercheck issues See merge request core/dune-istl!430
-
- Mar 21, 2021
-
-
Andreas Dedner authored
-