- 15 Jul, 2020 1 commit
-
-
Bernd Flemisch authored
Replace calls to deprecated `DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1)` by `DUNE_VERSION_GT_REV(DUNE_ISTL,2,7,0)` which also reads better than the `GTE` version, as Dune 2.7.1 hasn't been released yet. Fix the call to `DUNE_VERSION_GT(DUNE_ISTL,2,7)` in the solver factory backend which would break things in case of a 2.7.1 release. Adapt the corresponding changelog entry.
-
- 21 Apr, 2020 2 commits
-
-
Kilian Weishaupt authored
-
-
- 20 Apr, 2020 3 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Timo Koch authored
-
- 15 Apr, 2020 1 commit
-
-
Kilian Weishaupt authored
* throw exception when used in parallel because this feature is only available for >= 2.7.1
-
- 07 Apr, 2020 1 commit
-
-
* check matrix type, chose appropriate function (dune or dumux) * MultiTypeBlock matrix only works sequnetially so far
-
- 03 Apr, 2020 1 commit
-
-
Dennis Gläser authored
-
- 31 Mar, 2020 1 commit
-
-
- 26 Mar, 2020 1 commit
-
-
- 17 Mar, 2020 1 commit
-
-
Timo Koch authored
We do not need to support the old style parameters as this class was just recently added on master.
-
- 11 Mar, 2020 18 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Backwards-compatible implementation. Legacy parameter names e.g. PreconditionerIterations will still work but subgroup params overwrite them, e.g. Preconditioner.Iterations.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
-
This requires a version newer than 2.7.0. The backend translates the configuration parameters from Dumux CamelCase to the dune-istl names. If a Dumux parameter is not found we fall back to using the dune-istl parameter name. We fall back to the parallel AMG backend if the DUNE version is not sufficient.
-