- 28 Jun, 2021 1 commit
-
- 04 May, 2021 1 commit
-
-
Melanie Lipp authored
-
- 05 Mar, 2021 1 commit
-
-
Timo Koch authored
-
- 26 Feb, 2021 1 commit
-
-
Kilian Weishaupt authored
-
- 25 Feb, 2021 1 commit
-
-
Kilian Weishaupt authored
-
- 28 May, 2020 1 commit
-
-
Ned Coltman authored
-
- 19 May, 2020 1 commit
-
-
Timo Koch authored
-
- 14 Mar, 2020 1 commit
-
-
Timo Koch authored
-
- 11 Oct, 2019 1 commit
-
-
Katharina Heck authored
enablegridgeometrycache
-
- 10 Oct, 2019 1 commit
-
-
Treat files where old names are deprecated.
-
- 08 Oct, 2019 2 commits
-
-
Bernd Flemisch authored
-
-
- 07 Aug, 2019 1 commit
-
-
Timo Koch authored
Constructing a geometry may be expensive depending on the grid implementation.
-
- 05 Jul, 2019 1 commit
-
-
Dennis Gläser authored
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 09 Dec, 2018 3 commits
-
-
- 18 Nov, 2018 1 commit
-
-
- 21 Sep, 2018 1 commit
-
-
Timo Koch authored
-
- 02 May, 2018 2 commits
-
-
- 18 Jan, 2018 1 commit
-
-
Timo Koch authored
Mpfa contributed by DennisGlaeser
-
- 11 Jan, 2018 1 commit
-
-
- 04 Jan, 2018 1 commit
-
-
Bernd Flemisch authored
Use the `DUNE_VERSION*` macros to distinguish between Dune >= 2.6 and < 2.6. Employ the correspondingly correct types, constructors and function calls for Mappers and ReferenceElements.
-
- 21 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 06 Dec, 2017 2 commits
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- 03 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 15 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 28 Oct, 2017 1 commit
-
-
Dennis Gläser authored
-
- 25 Oct, 2017 1 commit
-
-
- 23 Aug, 2017 1 commit
-
-
Timo Koch authored
-
- 08 Mar, 2017 1 commit
-
-
Kilian Weishaupt authored
* number of inner scvfs is element.subEntities(dim-1), not element.subEntities(1)
-
- 14 Dec, 2016 1 commit
-
-
Timo Koch authored
-
- 23 Nov, 2016 5 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
* Use static arrays and resize vectors before usage * Make scv/scvf default constructible * Remove unused elementMap * Remark: Geomtryhelper only implemented for 2d for now!
-
The scv and scvf base classes now get the actual implementation as a template parameter and serve as an interface for scv and scvf implementations. Furthermore, the box scv and scvf does not store a geometry anymore, but only the corner points. The geometry is built on the fly if requested. The BoxGeometryHelper is adjusted to this new concept, as well as the global and element-fvgeometry. (cherry picked from commit 8b55b5d6db4414e57072ed05b8903a5ec49b0ee5)
-
Timo Koch authored
There are a restriction of the global vector obtained by a localView call and then bound to an element.
-