- Dec 10, 2015
-
-
Elias Pipping authored
-
- Dec 09, 2015
-
-
Oliver Sander authored
-
- Nov 27, 2015
-
-
Christian Engwer authored
This patch fixes the errornous commits e8d16384 1a2f4d0f The introduced range checks were plain wring, as they neglected the nested structure of the BlockVector. We now use `b.dim()` to get the flat size. This fixes flyspray/FS#1724.
-
- Nov 25, 2015
-
-
Elias Pipping authored
The standard leaves (the effect of instantiating) complex<T> for more general T unspecified.
-
Elias Pipping authored
-
Elias Pipping authored
This includes the behaviour of its rows, thus the CompressedBlockVectorWindow class
-
Elias Pipping authored
-
- Nov 23, 2015
-
-
Dominic Kempf authored
I already wanted to use those when implementing the UMFPack integration into the overlapping schwarz, but our compiler requirements were not sufficient at the time.
-
Christoph Grüninger authored
-
- Nov 20, 2015
-
-
Elias Pipping authored
-
- Nov 18, 2015
-
-
Christian Engwer authored
-
- Nov 17, 2015
-
-
Bernd Flemisch authored
Apparently, this has been rotting away for quite some time. Adapt the calls to the Pardiso library. Use the C instead of the Fortran interface. Use correct method for determining the block size of the matrix.
-
- Nov 15, 2015
-
-
Christian Engwer authored
-
- Nov 13, 2015
-
-
Christian Engwer authored
-
Christian Engwer authored
-
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`.
-
- Nov 11, 2015
-
-
Christoph Grüninger authored
Some exceptions were caught and did not fail the test.
-
- Nov 03, 2015
-
-
Dominic Kempf authored
-
- Nov 02, 2015
-
-
Dominic Kempf authored
If somebody tries to use pardiso despite it not being found, he should ge t a linker error instead of an exception. All other bindings handle it that way. Fixed flyspray/FS#351
-
Christian Engwer authored
-
Andreas Nüßing authored
-
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 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 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 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 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
-
Markus Blatt authored
-
Markus Blatt authored
-