- May 20, 2019
-
-
Nils-Arne Dreier authored
the vectors
-
- Apr 05, 2019
-
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
- Apr 04, 2019
-
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
- Mar 26, 2019
-
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
-
Nils-Arne Dreier authored
Moving all convergence check and output things to a class 'Iteration' that also manages the InverseOperatorResult.
-
- Mar 24, 2019
-
-
Oliver Sander authored
Merge branch 'improve-matrix-testing' into 'master' See merge request [!282] [!282]: Nonecore/dune-istl/merge_requests/282
-
- Mar 22, 2019
-
-
Christian Engwer authored
in order to get a `static constexpr` result, the method must be called via the type and not via `this`.
-
Oliver Sander authored
-
Oliver Sander authored
And test it.
-
Oliver Sander authored
In preparation of testing more matrix types
-
Oliver Sander authored
-
Oliver Sander authored
... and use it in bcrsmatrixtest.cc Currently we are only testing whether these methods are implemented and can be compiled.
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
Found by porting the unit test to the general vectortest.hh framework.
-
Oliver Sander authored
Rather than testing them manually.
-
Oliver Sander authored
-
Oliver Sander authored
This is possible now because we have IsNumber in dune-common.
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
This uncovers a bug in the method axpy, which is also fixed in this patch.
-
Oliver Sander authored
... and use it to test the BCRSMatrix class. Currently, the new test only tests the vector space operations required of a dune-istl matrix. More is to come in subsequent patches.
-
- Mar 08, 2019
-
-
Steffen Müthing authored
Merge branch 'bugfix/silence-useless-warnings' into 'master' See merge request [!281] [!281]: Nonecore/dune-istl/merge_requests/281
-
Steffen Müthing authored
-
- Mar 07, 2019
-
-
Christian Engwer authored
Merge branch 'feature/fix-novlpschwarz' into 'master' See merge request [!280] [!280]: Nonecore/dune-istl/merge_requests/280
-
Christian Engwer authored
-
- Mar 05, 2019
-
-
Christoph Grüninger authored
Merge branch 'feature/use-latexmk' into 'master' See merge request [!275] [!275]: Nonecore/dune-istl/merge_requests/275
-
Christoph Grüninger authored
-
Christoph Grüninger authored
It caused problems with latexmk
-
Christoph Grüninger authored
-
- Mar 04, 2019
-
-
Stephan Hilb authored
-
Christian Engwer authored
Merge branch 'feature/amg-memory-management' into 'master' ref:core/dune-istl This branch is cleaning up the AMG memory management in order to get rid of manual pointer juggling and thus improve maintainability. See merge request [!274] [!274]: gitlab.dune-project.org/core/dune-istl/merge_requests/274
-
Christian Engwer authored
if on the initial AMG pre was called, it is currently it not necessary to call pre on a copy of that AMG. This is a feature that is not required by the Preconditioner interface and thus it nothing anybody can rely on. We now don't copy the temporary data anymore.