- May 01, 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Diffusion is actually not implemented for the shallow water model.
-
-
-
- Apr 30, 2019
-
-
The outside scv object doesn't exist on boundaries, but the outside volume variables can be obtained with the outsideScvIdx of the scvf.
-
- Apr 27, 2019
-
-
Kilian Weishaupt authored
[test][disc][staggered] Adapt to name changes See merge request !1570
-
Kilian Weishaupt authored
-
- Apr 26, 2019
-
-
Bernd Flemisch authored
Feature/chemical nonequilibrium 2p2c Closes #599 See merge request !1496
-
[test][nonequilibrium][2p2c] make test nonisothermal and set better boundary conditions. add reference solution for box and tpfa
-
Ned Coltman authored
[freeflow] Consider full stress tensor at Dirichlet/Neumann BCs Closes #691 See merge request !1548
-
- Apr 25, 2019
-
-
Ned Coltman authored
-
-
-
* pass only the face normal to our scvf of interest * calculate distance within function
-
- Apr 24, 2019
-
-
-
-
-
Kilian Weishaupt authored
[staggered][io] Enforce the use of decltype(partSol) as template argument Closes #692 See merge request !1568
-
Kilian Weishaupt authored
Improve flux variables cache filler handling Closes #687 See merge request !1555
-
Kilian Weishaupt authored
* when passing the result of partial(sol) to the staggered vtkWriter, one has to make sure the type of the sol vec (Dune::MultitypeBlockVector storing references) passed to the constructor is the same as the one used as template argument * failing to do so results in a segfault * this commit ensures the correct types at compile time
-
Dennis Gläser authored
-
-
-
Kilian Weishaupt authored
-