- Jul 28, 2016
-
-
René Heß authored
According to git blame the last time these constructors were changed was in 2011.
-
- Mar 22, 2016
-
-
Christoph Grüninger authored
Fixes dune-common#23
-
- Mar 21, 2016
-
-
Dominic Kempf authored
Some tests assume MPI being present, although they are not executed in parallel. This information got lost in the transition to dune_add_test and is restored with this patch. Thanks to @markus.blatt for noticing.
-
Felix Gruber authored
-
- Mar 17, 2016
-
-
Markus Blatt authored
recalculateHierarchy() assumed that there is information avaiable that is only there in parallel runs. This failed miserably. This commit fixes this be implementing dummy versions for redistributing matrices in a sequential run and does not query any parallel stuff any more This closes #11.
-
- Mar 14, 2016
-
-
There was an unconditional debug output in FastAMG. With this commit this is will only be printed if debugLevel>0.
-
- Mar 11, 2016
-
-
Carsten Gräser authored
This additional check currently fails.
-
- Mar 08, 2016
-
-
Carsten Gräser authored
The comment and surroundig code indicate that FastAMG should solve during pre() for dirichlet entries. This is determined by checking if a row does contain a diagonal entry while all other entries are zero. The check for this was buggy because hasDiagonal was always false. Now it's set to true if a diagonal entry is found and nonzero.
-
- Feb 22, 2016
-
-
Dominic Kempf authored
The signature of `dune_add_test`, that takes the `TARGET` from the user produced excluded targets if added in a directory that has the directory property `EXCLUDE_FROM_ALL` set. The correct solution IMO is to not use that property on test subdirectories anymore (it is a relic from the old testing magic), because we rely on `dune_add_test` to handle exclusion. See core/dune-common#21 for details.
-
- Feb 03, 2016
-
-
Christian Engwer authored
-
- Jan 19, 2016
-
-
Christoph Grüninger authored
-
- Jan 08, 2016
-
-
Christoph Grüninger authored
-
- Dec 22, 2015
-
-
- Nov 23, 2015
-
-
Christoph Grüninger authored
-
- Nov 18, 2015
-
-
Christian Engwer authored
-
- Nov 15, 2015
-
-
Christian Engwer authored
-
- Nov 13, 2015
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
- Nov 11, 2015
-
-
Christoph Grüninger authored
Some exceptions were caught and did not fail the test.
-
- Nov 02, 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.
-
- Oct 21, 2015
-
-
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.
-
- 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 01, 2015
-
-
Markus Blatt authored
-
Markus Blatt authored
-
- Aug 03, 2015
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Jul 01, 2015
-
-
Jö Fahlke authored
-
- Jun 11, 2015
-
-
Markus Blatt authored
Previously, we assumed that if a_{ij} is stored in the sparse matrix then a_{ji} must be stored also and used mat[i][j] to access. If the entry was not stored then an exception somewhere in basearray.hh was thrown. Unfortunately knowing the cause for this exception is insider knowledge, seldomly leaked ;). In addition there is now reason to throw an expection here. With this commit we the find method on the row to search for the entry a_{ji}. If it is not present we simply treat it as being zero.
-
- May 14, 2015
-
-
Andreas Dedner authored
-
- Apr 30, 2015
-
-
Andreas Dedner authored
extended the amgtest to also use field_type = complex by switching the definition of XREAL
-
Christian Engwer authored
-
Christian Engwer authored
-
- Apr 28, 2015
-
-
Christian Engwer authored
instead of just returning the real part, we return csgn(v)*abs(v). For real values this is equivalent to returning v.
-
Christian Engwer authored
a) add the appropriate typedefs for real_type b) update the norm implementations to return real_type c) change all variables assigned from norm_(...) to real_type
-
- Mar 10, 2015
-
-
- Jun 01, 2014
-
-
Christoph Grüninger authored
-