- Jun 17, 2019
-
-
Timo Koch authored
With our current test tool it is very hard to create regression tests for adaptive grids. The adaption criterion is usually based on a threshold, so it might be slightly different on different architectures. This will currently make the test fail, altough physically the solution might not be very different. For such cases tests are very complicated. One possibility might be the projection on a known grid on which the regression error can be computed. Until such tools are avaiable, we simply compile and run the test but do not check for regression in the solution.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
-
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
We assume the grid function to model a Dune::Functions::GridFunction.
-
-
-
-
-
Timo Koch authored
Rename grahamConvexHull2d3d to grahamConvexHull<2>, deprecate old interface.
-
-
-
-
This actually makes use of the 2d in 3d algorithm at the moment. In the future a more efficient implementation for 2d hulls could be implemented.
-
-
-
-
- Jun 12, 2019
-
- Jun 08, 2019
-
-
Kilian Weishaupt authored
[staggered][fluxVars] Adapt treatment of interior boundaries See merge request !1635
-
Kilian Weishaupt authored
-
- Jun 07, 2019
-
-
Kilian Weishaupt authored
* so far, interior boundaries (e.g., flow around a block) were always interpreted as Dirichlet (no-slip) boundaries * the reduced distance used in the calculation of the gradient was already correctly incorporated, we just document it better here * this concerns the gradient for the shear stress term, e.g., du/dy at an edge within the domain
- Jun 05, 2019
-
-
Melanie Lipp authored
[test][convergence] Change condition of checking error i twice to checking error i and error i+1 once.
-
- Jun 04, 2019
-
-
Timo Koch authored
-
Timo Koch authored
Before this change user defined defaults are overwritten by the global defaults if init is called twice. Now global defaults are only applied if the parameter doesn't already exist.
-
Timo Koch authored
-
Dennis Gläser authored
Feature/fix parameters Closes #720 See merge request !1632
-
- Jun 03, 2019
-
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
[staggered][scvf] Replace virtualBoundaryFaceDofPos by laterFaceCenter See merge request !1631
-
Dennis Gläser authored
Feature/improve parameters See merge request !1628
-
Kilian Weishaupt authored
* is defined for all scvfs, not only for those on a boundary * remove redundant code
-