- Jul 16, 2020
-
-
Timo Koch authored
-
- Jul 15, 2020
-
-
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.
-
Kilian Weishaupt authored
[changelog] Add comment on ISTL solverfactory See merge request !2209
-
- Jul 14, 2020
-
-
Timo Koch authored
-
- Jul 09, 2020
-
-
Timo Koch authored
* Make make dir of output dir more consise and handle " " case * simplify verbose output
-
Dennis Gläser authored
- Jul 08, 2020
-
-
Kilian Weishaupt authored
Feature/staggered assembler fix forwarding implicit flag See merge request !2206
-
Dennis Gläser authored
When multiple vtk files were given as arguments to the script together with a base name for the output .csv files, a single csv file was created that contained the data of the last given vtk file. This commit adds an index to the file names in case multiple vtk files are provided.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- Jul 07, 2020
- Jul 06, 2020
-
-
Kilian Weishaupt authored
[rans][fluxvars] adapt coefficient averaging with boundary check See merge request !2204
-
Ned Coltman authored
-
- Jun 30, 2020
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* rename and deprecated function updateBoundary -> updateDirichletConstraints
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
- Jun 29, 2020
-
-
Dennis Gläser authored
New concept for extrusion of grid geometries See merge request !2188
-
- Jun 26, 2020
- Jun 25, 2020
-
-
Dennis Gläser authored
[geometry] Add header for distance helper functions See merge request !2192
-
-