- 05 Mar, 2021 1 commit
-
-
- 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 1 commit
-
-
- 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
-
- 23 Apr, 2019 1 commit
-
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 09 Dec, 2018 3 commits
-
-
-
-
Timo Koch authored
-
- 30 Nov, 2018 1 commit
-
-
Simon Scholz authored
Remove double/tripple ingroups and correct some doxygen-links
-
- 12 Jul, 2018 2 commits
-
-
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 6 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.
-
Timo Koch authored
The global object can create an empty temporary local object that can be bound to an element/stencil. This is closer to the current dumux-stable implementation and still allows to switch between global caching (for smaller problems where memory is not an issue) and local caching (variables are precomputed for each element assemble temporarily) Works for cc and box (in 2d). Box needs some performance improvement, probably when creating the box geometries. But also other parts might be possbile to optimize.
-