- 28 Jan, 2022 1 commit
-
-
Bernd Flemisch authored
-
- 07 Sep, 2021 2 commits
-
- 15 Aug, 2021 1 commit
-
-
Grid geometries constructed with a grid view are already initialized/updated from now on. The update interface changed to require a grid view. Remove duplicate updates and use new update interface with gridview.
-
- 27 Feb, 2021 1 commit
-
- 19 Jan, 2021 1 commit
-
-
- 02 Oct, 2020 1 commit
-
-
- 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.
-
- 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
-
- 30 Nov, 2018 1 commit
-
-
Simon Scholz authored
-
- 17 Nov, 2018 2 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 13 Nov, 2018 1 commit
-
-
- 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.
-
- 20 Jul, 2018 1 commit
-
-
- 28 Jun, 2018 1 commit
-
-
- 09 Apr, 2018 1 commit
-
-
Kilian Weishaupt authored
-
- 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.
-
- 15 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
-
- 17 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 10 Nov, 2017 1 commit
-
-
Timo Koch authored
Adapt all tests accordingly. Classes that don't need a TypeTag and only a few template arguments are more flexible.
-
- 28 Oct, 2017 1 commit
-
-
Dennis Gläser authored
-
- 27 Oct, 2017 1 commit
-
-
Timo Koch authored
-
- 25 Oct, 2017 8 commits
-
-
* makeGrid gets params as argument * use new method in spatialParams
-
Dennis Gläser authored
-
-
-
-
Dennis Gläser authored
-
-
-