- Feb 28, 2019
-
-
Simon Emmert authored
Fixes errors introduced in !1507
-
- Feb 27, 2019
-
-
They only cost performance and broke build with latexmk
-
UseLATEX.cmake is still used for Dune 2.6.
-
Timo Koch authored
-
-
Bernd Flemisch authored
[2p][incompressible] lower dtInitial which harmonizes the timesteps for all compilers Closes #641 See merge request !1507
-
Simon Emmert authored
-
Melanie Lipp authored
Cleanup/rename post time step Closes #646 See merge request !1506
-
Katharina Heck authored
-
Katharina Heck authored
-
Kilian Weishaupt authored
Bugfix/rans weightedaverages See merge request !1502
-
Katharina Heck authored
Fix/extrusionfactor ff Closes #662 See merge request !1503
-
Kilian Weishaupt authored
* Fluxes are used as Neumann BCs, thus, the the extrusion factor will be appiled internally
-
Kilian Weishaupt authored
- Feb 26, 2019
-
-
Ned Coltman authored
-
-
[fluxvariables][gridfluxvarscache] adapt the fluxvariables to check for higherorder via the gridfluxvarscache, not the problem
-
-
-
-
[axisdata][pairdata] change axis and pair data structs to store dofs and distances with arrays, not vectors
-
-
-
-
-
-
[higherorder] expand the geometry, stecil, and flux calculations to include higher order flux limiter methods
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
-
Ned Coltman authored
- Feb 25, 2019
-
-
Bernd Flemisch authored
The problem was that `newtonConverged` was executed before `newtonUpdate`, the place where the variables are initialized. Change the while loop logic such that `newtonConverged` is called at the end of each loop cycle, particularly after `newtonUpdate`.
- Feb 22, 2019
-
-
Ned Coltman authored
[rans][iofields] Clean-up See merge request !1500
-
Kilian Weishaupt authored
* remove deprecated functions * remove debug output
-
Kilian Weishaupt authored
fixup /Adapt vtk_staggered test to RANS changes See merge request !1498
-
- Feb 21, 2019
-
-
Ned Coltman authored
-