- 11 Oct, 2019 1 commit
-
-
Katharina Heck authored
[fix][tests] get elementfluxvariablescache from gridfluxvariablescache out of properties because that works for gcc5
-
- 10 Oct, 2019 2 commits
-
-
Treat files where old names are deprecated.
-
-
- 08 Oct, 2019 3 commits
-
-
-
Bernd Flemisch authored
-
-
- 29 Aug, 2019 2 commits
-
-
- 11 Jul, 2019 2 commits
- 14 May, 2019 1 commit
-
-
Timo Koch authored
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 29 Nov, 2018 1 commit
-
-
Timo Koch authored
-
- 17 Nov, 2018 1 commit
-
-
Bernd Flemisch authored
-
- 13 Nov, 2018 1 commit
-
-
- 09 Aug, 2018 3 commits
-
-
-
-
Add the TinyXML-2 parser. Add functions in the `Restart` class that read from a given VTK file into a `SolutionVector`. The names of the primary variables in the VTK file are handed over by the problem. Adapt `applyInitialSolution` of the FVProblem such that it invokes the restart functionality if a start time larger than 0 is handed over.
-
- 02 Jul, 2018 1 commit
-
-
Dennis Gläser authored
If enriched vertex mappers are used (multiple dofs at vertex), the initial function requires the mapper to provide index maps of the form mapper.index(entity). However, direct mapping from vertices to dofs is not possible because it is not unique. This implementation works for both cases.
-
- 04 May, 2018 1 commit
-
-
Thomas Fetzer authored
-
- 03 May, 2018 1 commit
-
-
With contributions of Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de>.
-
- 02 May, 2018 1 commit
-
-
- 22 Apr, 2018 2 commits
-
-
Now, the indexInElement() function returns the index of the scv in the element-local set of scvs. For schemes introducint additional scvs on some elements this does not coincide with localDofIndex(). This commit furthermore introduces the correct usage of the function throughout Dumux.
-
-
- 18 Apr, 2018 1 commit
-
-
Timo Koch authored
-
- 05 Apr, 2018 3 commits
-
-
-
Sina Ackermann authored
-
Sina Ackermann authored
-
- 05 Mar, 2018 2 commits
- 22 Feb, 2018 1 commit
-
-
Timo Koch authored
-
- 25 Jan, 2018 4 commits
- 18 Jan, 2018 3 commits
- 13 Jan, 2018 1 commit
-
-
Timo Koch authored
-
- 03 Jan, 2018 1 commit
-
-
Timo Koch authored
The point source computation in FVProblem uses the problem implementation to compute the point source map. However it is executed in the constructor where the problem implemenation is not fully instatiated yet as it derives from FVProblem. This patch disables point source computation by default. If you want to specify point sources you have to manually call problem->computePointSourceMap() now.
-