- Dec 11, 2017
-
-
Bernd Flemisch authored
-
- Dec 08, 2017
-
-
Bernd Flemisch authored
add_dumux_test forwards to dune_add_test. Since Dune 2.6, this takes only the "real" command behind COMMAND, the arguments to that command have to follow behind CMD_ARGS.
-
Bernd Flemisch authored
[2padaptive] Fix pressure reconstruction for 2p adaptionhelper See merge request !657
-
Martin Schneider authored
For some grids, e.g. UGGrid, the father element is identical to the son element. It is therefore not a good idea to use the adaptedValue containers for the father and for the son element since they might be also identical. This has been changes such that the adaptedValues are no longer modified in the reconstruction routine.
-
- Dec 07, 2017
-
-
Bernd Flemisch authored
[headercheck] add missing includes See merge request !655
-
Bernd Flemisch authored
-
Bernd Flemisch authored
Do nothing and give warning if scotch wasn't found See merge request !651
-
Timo Koch authored
-
Bernd Flemisch authored
[CHANGELOG] add link to multidomain README See merge request !649
-
Bernd Flemisch authored
(cherry picked from commit f9cc226c)
-
Bernd Flemisch authored
update CHANGELOG.md, bump handbook version See merge request !648
-
Bernd Flemisch authored
-
Bernd Flemisch authored
[headercheck] add missing includes See merge request !647
-
Bernd Flemisch authored
-
Bernd Flemisch authored
[multidomaingrid] include <numeric> before multidomaingrid.hh See merge request !646
-
Bernd Flemisch authored
Otherwise, std::partial_sum is not found for newer STL versions. In principle, this should be fixed upstream...
-
Bernd Flemisch authored
update list of copyright holders See merge request !645
-
Bernd Flemisch authored
-
Bernd Flemisch authored
[2pnc] remove unused variable See merge request !644
-
Bernd Flemisch authored
-
Bernd Flemisch authored
[sequential] remove unused variables from MPFA-L velocity models See merge request !643
-
Bernd Flemisch authored
-
Bernd Flemisch authored
[doc] update the parameter list See merge request !642
-
Bernd Flemisch authored
-
- Dec 05, 2017
-
-
Martin Schneider authored
[2p][adaptive] use right privars for vol vars update See merge request !635
-
Dennis Gläser authored
For cell-centered scheme, the primary variables in the reconstruction were not divided by the number of children that composed the primary variables in a father element. This does not have an effect here as the helper class and the tests only consider incompressible fluids. Furthermore, the problem would only appears if in one refinement some elements get refined more than one level. However, for the sake of readability it should be correct here.
-
- Dec 04, 2017
-
-
Martin Schneider authored
[cpgrid] fix grid creator, cleanup fvelementgeometry See merge request !624
-
- Dec 01, 2017
-
-
Beatrix Becker authored
-
Bernd Flemisch authored
The static Opm::Deck variable was handled incorrectly in the grid creator. Fix the behavior by initializing the variable directly. Also perform a cleanup of the FVElementGeometry by removing the lines associated with local coordinates and removing an unused local variable.
-
Beatrix Becker authored
[doxygen][sequential] cleanup and make more consistent with actual implementation and implicit doxygen
-
- Nov 30, 2017
-
-
Thomas Fetzer authored
-
- Nov 23, 2017
-
-
Gabi Seitz authored
[moduleutil] Print and throw error if something went wrong while checking the module version See merge request !613
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Nov 20, 2017
-
-
Simon Emmert authored
Fix/include heat capacity in enthalpy for other gases See merge request !608
-
- Nov 17, 2017
-
-
Simon Emmert authored
Fix/include heat capacity in enthalpy for air See merge request !611
-
Thomas Fetzer authored
Nitrogen already had a heat capacity function, however, it was calculated differently for the other gases.
-
Thomas Fetzer authored
Part II: reference solutions
-