- 07 May, 2018 4 commits
-
-
Bernd Flemisch authored
[test] fix co2 tests for Dumux 2.x and Dune 2.6 See merge request !966
-
Bernd Flemisch authored
Intersections don't offer `boundaryId()` anymore since Dune 2.6. ALUGrid still offers it via `impl()`. Employ this if Dune >= 2.6 is used. (cherry picked from commit 08da3c23)
-
Bernd Flemisch authored
[artgridcreator] fix for use with Dune 2.6 See merge request !965
-
Bernd Flemisch authored
(cherry picked from commit f1dce123)
-
- 27 Nov, 2017 2 commits
-
-
Bernd Flemisch authored
Add missing include <functional> See merge request !615
-
(cherry picked from commit 8713bc08)
-
- 23 Mar, 2017 3 commits
-
- 22 Mar, 2017 8 commits
-
-
Martin Schneider authored
Replace const char * by std::string for type safety See merge request !421
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- 02 Feb, 2017 2 commits
-
- 21 Nov, 2016 2 commits
-
-
Martin Schneider authored
[installexternal.sh] Fix download path for UG * Automatically set the UG path in the *.opts files. * Remove gstat from *.opts file. Is found automatically, if located in external folder. See merge request !250
-
Thomas Fetzer authored
* Automatically set the UG path in the *.opts files. * Remove gstat from *.opts file. Is found automatically, if located in external folder.
-
- 03 Nov, 2016 1 commit
-
-
Christoph Grüninger authored
[bboxtree] Only call bounding box tree when there are point sources When making the point source map we only want to make sure the bounding box tree is initiated if there are any point sources. By a previous commit this was mistakenly put in the beginning of the method so that the bounding box tree is always built. This commit fixes this. See merge request !239
-
- 31 Oct, 2016 1 commit
-
-
Timo Koch authored
When making the point source map we only want to make sure the bounding box tree is initiated if there are any point sources. By a previous commit this was mistakenly put in the beginning of the method so that the bounding box tree is always built,
-
- 07 Oct, 2016 2 commits
-
-
Bernd Flemisch authored
Merge branch 'feature/less-pow-in-thermal-conductivity-laws' into 'master' Half number of std::pow calls in thermal conductivity laws I'd like to back-port this to 2.10 if it proofs itself. See merge request !226 See merge request !227
-
Bernd Flemisch authored
Half number of std::pow calls in thermal conductivity laws I'd like to back-port this to 2.10 if it proofs itself. See merge request !226
-
- 30 Sep, 2016 3 commits
-
-
Johannes Hommel authored
-
Johannes Hommel authored
[boxadaptive] Update of boxadaptive reference file See merge request !224
-
Martin Schneider authored
-
- 29 Sep, 2016 7 commits
-
-
Johannes Hommel authored
[cmake] Fix installed headers See merge request !222
-
Christoph Grüninger authored
-
Johannes Hommel authored
[mpnc][test] Disable vtu comparison temporarily The test seems to be very unstable. This has to be investiagted further. Please follow issue #335 See merge request !221
-
Sina Ackermann authored
[Fix] License: added Sina Ackermann See merge request !220
-
Johannes Hommel authored
-
- 28 Sep, 2016 5 commits
-
-
Martin Schneider authored
# Conflicts: # dumux/implicit/adaptive/gridadapt.hh
-
Martin Schneider authored
Merge branch 'feature/box-adaptive' of https://git.iws.uni-stuttgart.de/dumux-repositories/dumux into feature/box-adaptive Conflicts: dumux/porousmediumflow/2p/implicit/adaptionhelper.hh test/porousmediumflow/2p/implicit/CMakeLists.txt test/porousmediumflow/2p/implicit/lensproblem.hh
-
Martin Schneider authored
Update of reference vtu files since parameters are defined now on elements instead of boxes. Furthermore the adaption routine has changed.
-
Martin Schneider authored
Check if fluids are incompressible because otherwise the adaption process is not guaranteed to be mass conservative Slight changes to increase readability
-
Martin Schneider authored
The tests have been adapted such that the total mass is calculated before and after the adaption prodecure. Furthermore, the material parameters are set element-wise.
-