- 28 Sep, 2020 1 commit
-
-
Melanie Lipp authored
-
- 25 Sep, 2020 2 commits
- 24 Sep, 2020 4 commits
- 21 Sep, 2020 1 commit
-
-
Kilian Weishaupt authored
* Add missing header
-
- 17 Sep, 2020 1 commit
-
-
Kilian Weishaupt authored
* use std::is_constructible
-
- 10 Sep, 2020 1 commit
-
-
Samuel Scherrer authored
- don't insert checkpoints at current time - warn when dt set to 0 and not finished
-
- 09 Sep, 2020 2 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- 07 Sep, 2020 3 commits
-
-
Timo Koch authored
-
-
Kilian Weishaupt authored
-
- 05 Sep, 2020 1 commit
-
-
- 04 Sep, 2020 2 commits
-
-
Leopold Stadler authored
-
Leopold Stadler authored
Added some hints to explain that the shallow water Riemann problem works in 2D only. The exact Riemann solver is 1D only and the problem is rotated. The scvf.area() is given in m.
-
- 02 Sep, 2020 2 commits
-
-
Leopold Stadler authored
-
Leopold Stadler authored
Add the units of the water flux and momentum fluxes in the documentation.
-
- 28 Aug, 2020 7 commits
-
-
Kilian Weishaupt authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
* use std::clamp * clean up docu * clean up includes
-
-
- 26 Aug, 2020 1 commit
-
-
In advective flux terms, there sometimes exists a corner velocity in a non-dof position, in which a velocity is needed. This commit aims at using this existing velocity instead of doing upwinding.
-
- 05 Aug, 2020 1 commit
-
-
Dennis Gläser authored
-
- 29 Jul, 2020 3 commits
-
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
- 22 Jul, 2020 1 commit
-
-
Kilian Weishaupt authored
-
- 21 Jul, 2020 2 commits
-
-
Timo Koch authored
-
Simon Emmert authored
-
- 15 Jul, 2020 1 commit
-
-
Bernd Flemisch authored
Replace calls to deprecated `DUNE_VERSION_NEWER_REV(DUNE_ISTL,2,7,1)` by `DUNE_VERSION_GT_REV(DUNE_ISTL,2,7,0)` which also reads better than the `GTE` version, as Dune 2.7.1 hasn't been released yet. Fix the call to `DUNE_VERSION_GT(DUNE_ISTL,2,7)` in the solver factory backend which would break things in case of a 2.7.1 release. Adapt the corresponding changelog entry.
-
- 07 Jul, 2020 2 commits
- 06 Jul, 2020 1 commit
-
-
Ned Coltman authored
-
- 30 Jun, 2020 1 commit
-
-
Kilian Weishaupt authored
-