- 02 Jul, 2018 11 commits
-
-
Kilian Weishaupt authored
[modelTraits] include UseMole and ReplaceCompEqIdx in model traits Closes #501 See merge request !1046
-
-
Dennis Gläser authored
If enriched vertex mappers are used (multiple dofs at vertex), the initial function requires the mapper to provide index maps of the form mapper.index(entity). However, direct mapping from vertices to dofs is not possible because it is not unique. This implementation works for both cases.
-
Dennis Gläser authored
After using the new porosity law, this is overhead for output purposes at the moment. If this output is desired it can be added manually.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Kilian Weishaupt authored
Freeflow/renaming See merge request !1050
-
Thomas Fetzer authored
-
Ned Coltman authored
Freeflow/wallfunctions for ncni See merge request !1047
-
- 29 Jun, 2018 24 commits
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Fix/grid includes See merge request !1042
-
-
-
Bernd Flemisch authored
[cornerpoints] Change the cornerpoint grid creator into a grid manager See merge request !1043
-
Martin Schneider authored
-
Thomas Fetzer authored
-
Kilian Weishaupt authored
Freeflow/kepsilon wallfunction rebased See merge request !1040
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
reference result change, but fine solution is still good
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Then a lower y^+-value can be chosen
-
- 28 Jun, 2018 5 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
-
Timo Koch authored
Implement a grid manager class that creates grids and a grid data object. The new class is no longer a singleton. It is instantiated by the user. It is possible to get a shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes. * No longer sets the overlap automatically (overlap to be checked by the grid geometry) * Does not depend on discretization method or TypeTag anymore Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>