- 20 Aug, 2021 2 commits
-
-
Ned Coltman authored
-
Ned Coltman authored
-
- 17 Aug, 2021 12 commits
-
-
-
-
-
-
-
-
* allows for direct call of 'auto elemFluxVarsCache = localView(gridFluxVarsCache).bind(element, fvGeometry, sol);'
-
-
* allows for direct call of 'const auto elemVolVars = localView(gridVolVars).bind(element, fvGeometry, sol);'
-
-
* allows for direct call of 'const auto fvGeometry = localView(gridGeometry).bind(element);'
- 16 Aug, 2021 8 commits
-
-
Dennis Gläser authored
[io][bugfix] Enable parallel grids from cake grid creator Closes #1070 See merge request !2770
-
Timo Koch authored
-
Timo Koch authored
Fill the factory on rank 0 and then distribute to the other ranks. This uses the same method used for Dune::GmshReader. Add some parallel test to make sure this works
-
Timo Koch authored
-
Dennis Gläser authored
[cleanup] Remove 'sequential' code Closes #869 See merge request !2759
-
Timo Koch authored
-
- 15 Aug, 2021 11 commits
-
-
-
-
-
-
Grid geometries constructed with a grid view are already initialized/updated from now on. The update interface changed to require a grid view. Remove duplicate updates and use new update interface with gridview.
-
-
gridGeometry needs gridView in update function such that the reconstruct interface has to be changed
-
To not apply the copy operator for gridView twice (by calling update(gridView)), additional constructors are added where needed
-
-
deprecate old update functions that do not have gridView argument and implement new functions
- 03 Aug, 2021 2 commits
-
-
Bernd Flemisch authored
Improve CHANGELOG.md by mentioning a new feature and pointing to the release branch See merge request !2762
-
Bernd Flemisch authored
-
- 02 Aug, 2021 4 commits
-
-
Hanchuan Wu authored
fix headercheck for the dumux folder See merge request !2760 (cherry picked from commit edce36d9) ed561229 fix headercheck for the dumux folder ec7c98bb [examples] include required header
-
Bernd Flemisch authored
fix CHANGELOG.md for 3.4 See merge request !2753
-
Bernd Flemisch authored
- 30 Jul, 2021 1 commit
-