- Nov 20, 2015
-
-
Elias Pipping authored
-
Christian Engwer authored
Feature/fix deprecation warnings amgtest please see flyspray/FS#1526 @markus.blatt can you have a look (somehow I can't assign this request to you) See merge request !7
-
- Nov 18, 2015
-
-
Christian Engwer authored
-
- Nov 15, 2015
-
-
Christian Engwer authored
-
- Nov 13, 2015
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Dominic Kempf authored
Fixup for !2 Bug introduced in the fix of flyspray/FS#1331 and !2 revealed by simply building dune-istl. See merge request !6
-
Christian Engwer authored
-
Tobias Malkmus authored
-
Dominic Kempf authored
Bug introduced in the fix of flyspray/FS#1331 and !2 revealed my `make build_tests`.
-
Christian Engwer authored
[real_type] use real_type for all norm computations, fix flyspray/FS#1331 I think these are the last places where double has to be replaced. The only remaining places are superlu and umfpack which are not templated and thus are hardcoded to use double. This patch fixes flyspray/FS#1331 See merge request !2
-
- Nov 11, 2015
-
-
Christoph Grüninger authored
Some exceptions were caught and did not fail the test.
-
- Nov 09, 2015
-
-
Dominic Kempf authored
needed for webpage.
-
- Nov 02, 2015
-
-
Christian Engwer authored
-
Christian Engwer authored
Feature/fs1659 matlab output of dynamic matrix fixed flyspray/FS#1659 See merge request !3
-
Andreas Nüßing authored
-
Christoph Grüninger authored
This enables users to have several build directories like build-clang, build-gcc5, build-debug, and still get all of them ignored.
-
Dominic Kempf authored
There are some tests, which are hard to port in the paamg directory. They want to explicitly test _without_ direct solver. Previously, you simply did not add the flags for the direct solver packages. add_dune_test relies on all flags, so we need a way to disable components again. That will be implemented as part of dune_add_executable. For now, we build the targets ourselves and hand them to dune_add_test.
-
- Oct 29, 2015
-
-
Christoph Grüninger authored
This enables users to have several build directories like build-clang, build-gcc5, build-debug, and still get all of them ignored.
-
- Oct 23, 2015
-
-
Dominic Kempf authored
-
- Oct 21, 2015
-
-
Christoph Grüninger authored
This partially fixes FS#1724.
-
Christoph Grüninger authored
Similar to commit e8d16384 which added the same for UMFPack. This avoids strange bugs when using the setSubMatrix method: that method automatically removes rows and columns from the matrix, and expects _the user_ to do the same for the x and b vectors.
-
Christoph Grüninger authored
-
- Oct 20, 2015
-
-
Christoph Grüninger authored
Let FindPackageHandleStandardArgs handle missing dependencies. Mark ARPACKPP_LIBRARY as advanced. Remove dead code.
-
Christoph Grüninger authored
It's confusing and against our style-guide.
-
Felix Gruber authored
The arpack++ package from Debian comes with a shared library that we have to link to. Otherwise the linker will complain about missing symbols when we try to build arpackpptest. As there seem to be other versions of arpack++ that are header-only, we only link to the shared library if it was found.
-
- Oct 16, 2015
-
-
Dominic Kempf authored
There are some tests, which are hard to port in the paamg directory. They want to explicitly test _without_ direct solver. Previously, you simply did not add the flags for the direct solver packages. add_dune_test relies on all flags, so we need a way to disable components again. That will be implemented as part of dune_add_executable. For now, we build the targets ourselves and hand them to dune_add_test.
-
Christoph Grüninger authored
These header are no longer used.
-
- Oct 15, 2015
-
-
Dominic Kempf authored
-
- Oct 14, 2015
-
-
Christoph Grüninger authored
The commit broke compiling / linking if one package was found but the includes / libraries were not added. We need a different approach to hide the ENABLE_* trick from the user and keep full testing capabilities. This reverts commit 27613560.
-
- Oct 09, 2015
-
-
Robert K authored
-
- Oct 01, 2015
-
-
Oliver Sander authored
This avoids strange bugs when using the setSubMatrix method: that method automatically removes rows and columns from the matrix, and expects _the user_ to do the same for the x and b vectors.
-
Oliver Sander authored
-
- Sep 29, 2015
-
-
Christoph Grüninger authored
-
- Sep 28, 2015
-
-
Carsten Gräser authored
This a littel more natural then int. Furthermore it allows to use the index constants from dune-typetree.
-
Carsten Gräser authored
This a littel more natural then int. Furthermore it allows to use the index constants from dune-typetree.
-
- Sep 12, 2015
-
-
Carsten Gräser authored
In commit 3e405a0b a parameter 'eps' was introduced for testAggregate(). However this parameter is not supplied in the call (breaking the test) and it is never used in the method.
-
- Sep 04, 2015
-
-
Tobias Malkmus authored
-
- Sep 03, 2015
-
-
Christoph Grüninger authored
Boost is no longer needed in dune-istl.
-
- Sep 01, 2015
-
-
Markus Blatt authored
-