- 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.
-
- 11 Mar, 2020 6 commits
- 10 Oct, 2019 2 commits
-
-
- 08 Oct, 2019 1 commit
-
-
- 02 Oct, 2019 1 commit
-
-
Bernd Flemisch authored
Also remove unnecessary inclusions of the header.
-
- 12 Sep, 2019 1 commit
-
-
- 13 May, 2019 1 commit
-
-
Add the entries for the shallow water model in module.txt. Ensure that all classes and functions have docstrings. Document the ShallowWaterFlux class.
-
- 02 May, 2019 1 commit
-
-
Timo Koch authored
-
- 01 May, 2019 5 commits
-
-
- 18 Dec, 2018 2 commits
-
-
Sina Ackermann authored
* Now: // Add model specific output fields
-
Sina Ackermann authored
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 26 Nov, 2018 1 commit
-
-
* export PrivarSwitch in VolVars * do not set PriVarSwitch property in model.hh anymore
-
- 25 Nov, 2018 1 commit
-
-
Timo Koch authored
-
- 17 Nov, 2018 2 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 13 Nov, 2018 1 commit
-
-
This involes small changes for the 2p non-isothermal problem and the mpnc-comparison references and links.
-
- 09 Nov, 2018 2 commits
-
-
-
Rename `VtkOutputFields` to `IOFields`. Add `primaryVariableName` functions, don't use centralized names yet. Add required template parameters. Adapt properties correspondingly.
-
- 08 Aug, 2018 1 commit
-
-
Timo Koch authored
-
- 20 Jul, 2018 1 commit
-
-
- 28 Jun, 2018 1 commit
-
-
- 09 Apr, 2018 1 commit
-
-
Kilian Weishaupt authored
-
- 05 Feb, 2018 1 commit
-
-
- 18 Jan, 2018 1 commit
-
-
Timo Koch authored
This patch reduces dependencies and makes usage of linear solvers more flexible, i.e. for two problems with different typetag * Linear solvers don't need type tag anymore, in fact they don't need any template params * the preconditioner block size is now provided for the solve method (see e.g. staggered newton controller) * the amg has a convencience alias using a TypeTag but is "independent" through indirection via the traits
-
- 16 Jan, 2018 1 commit
-
-
Timo Koch authored
* [test][richards] Fix solver include (Used to compile before due to indirect include over newtoncontroller.
-
- 19 Dec, 2017 1 commit
-
-
Bernd Flemisch authored
The Doxygen comment `//!` refers to the line after the comment. If the comment should refer to the same line, `//!<` has to be used.
-
- 11 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 08 Dec, 2017 1 commit
-
-
Kilian Weishaupt authored
* use dumux/common/properties.hh instead of dumux/common/propertysystem.hh
-
- 21 Nov, 2017 1 commit
-
-
Dennis Gläser authored
-