- Jan 11, 2016
-
-
Christoph Grüninger authored
Handle skipped test for missing dependencies.
-
Christoph Grüninger authored
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Cherry-picked changes from 7de2a9a70ef3523f0d3c88097d6eab237d51e910 and c3775bc0253b3e1d6dd63d7944a1b554c7f232f3 Removed one occurence more (gruenich). Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Fix free after void cosntructor Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Cherry-picked changes, left out white-space changes, from 857fdd91dcea7af2ab5f1c1147a59a187cb253db and 8c21e316e4b72b38972b0c1a93254171566979c6 Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
Cherry-picked changes, left out white-space changes and variable renaming, from 36cebfb6d30703a9db4253e4ca4f7d7f3b4e92d3 Signed-off-by:
Christoph Grüninger <gruenich@dune-project.org>
-
- Jan 08, 2016
-
-
Christoph Grüninger authored
Fix Wshadow warnings As always, please add your wishes for alternative renaming of variable names. See merge request !16
-
Christoph Grüninger authored
-
- Dec 29, 2015
-
-
Oliver Sander authored
-
- Dec 22, 2015
-
-
Christoph Grüninger authored
-
-
-
-
-
-
Oliver Sander authored
In particular, getting rid of the German comment is necessary because my venerable ddd debugger frontend chokes on umlauts.
-
Oliver Sander authored
The BCRSMatrix code clearly shows that you have to call endrowsizes before calling addindex. Therefore the third way to build a BCRSMatrix in the 'random' way is wrong and should be removed from the test.
-
Oliver Sander authored
-
- Dec 21, 2015
-
-
Christoph Grüninger authored
-
- Dec 17, 2015
-
-
Christian Engwer authored
Use constexpr instead of DUNE_CONSTEXPR See merge request !18
-
Marco Agnese authored
-
- Dec 15, 2015
-
-
Christian Engwer authored
Feature/smaller cleanups as the title suggests, these are a couple of smaller fixes, which are not directly related and aren't important enough to manage them in separate branches. See merge request !13
-
- Dec 14, 2015
-
-
Christian Engwer authored
we introduced a template Parameter for the type counting the current iteration. In general this is an int, but e.g. the BiCGStab print also the intermediate steps, thus it uses double as CountType. As Markus pointed out, the original name Int was not very intuitive.
-
Christoph Grüninger authored
-
Oliver Sander authored
The information has been provided by the MatrixDimensions struct since roughly the end of 2010. Correspondingly, the methods rowdim and coldim have been removed from the istl matrix implementations. Apparently, we forgot to remove them from the Matrix class.
-
- Dec 10, 2015
-
-
Christian Engwer authored
MultiTypeBlockVector: Fix NaN behaviour of infinity_norm() As a follow-up to flyspray/FS#1147, in response to dd7e8ed3, this makes `MultiTypeBlockVector::infinity_norm()` `NaN`-aware: In analogy to previous patches for other matrix/vector classes, this patch turns `infinity_norm` into two functions; a straight-forward version for `field_type`s that do not have `NaN` values and a less efficient version for ones that do. It should be noted, however, that because `field_type` is currently hard-coded to be `double` in `MultiTypeBlockVector`, the `NaN`-aware version will, as long as this is so, always be used. See merge request !15
-
Elias Pipping authored
-
- Dec 09, 2015
-
-
Oliver Sander authored
-
- Nov 27, 2015
-
-
Christian Engwer authored
[bugfix] fix broken assertion. 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. See merge request !12
-
Christian Engwer authored
-
Christian Engwer authored
-