- 12 Jul, 2022 1 commit
-
-
Oliver Sander authored
-
- 01 Jun, 2022 1 commit
-
-
Carsten Gräser authored
-
- 25 Apr, 2022 1 commit
-
-
Santiago Ospina De Los Ríos authored
-
- 13 Aug, 2021 1 commit
-
-
Christoph Grüninger authored
-
- 05 May, 2021 1 commit
-
-
Andreas Dedner authored
moved the deprecated topology classes to a separate header. The header is included in types.hh for the current release without deprecation warnings but after the 2.8 release the header 'deprecated_topology.hh' will need to be included which contains deprecation warnings.
-
- 26 Mar, 2021 1 commit
-
-
Henrik Stolzmann authored
construction in "dune/geometry/topologyfactory.hh" and "dune/geometry/type.hh".
-
- 24 Mar, 2021 1 commit
-
-
Henrik Stolzmann authored
Prepared transition from `Topology` template parameter to `GeometryType`. The old Topology construction based on template recursion via the structs `Point`, `Pyramid` and `Prism` is dated.
-
- 31 Jan, 2021 1 commit
-
-
Gregor Corbin authored
-
- 02 Oct, 2020 1 commit
-
-
Oliver Sander authored
The AxisAlignedCubeGeometry has always had a constructor that was always intended to be used with dim==coorddim only. However, this precondition was never checked anywhere, which could lead to strange bugs. This patch introduces a static_assert that fails at compile time if the dim==coorddim precondition is not met. BUG: core/dune-geometry#25
-
- 03 Apr, 2020 1 commit
-
-
Andreas Dedner authored
-
- 20 Feb, 2020 1 commit
-
-
Christoph Grüninger authored
-
- 19 Dec, 2019 1 commit
-
-
Christoph Grüninger authored
-
- 17 Oct, 2019 2 commits
-
-
Christoph Grüninger authored
-
Ansgar Burchardt authored
-
- 01 Jun, 2019 1 commit
-
-
Oliver Sander authored
An test the method and type in the unit test.
-
- 06 Dec, 2018 1 commit
-
-
Carsten Gräser authored
-
- 07 Nov, 2018 1 commit
-
-
Oliver Sander authored
As decided at the 2018 dev meeting in Stuttgart. This constructor (and its cousin GeometryType(uint)) are not really needed with the new way to construct GeometryType objects.
-
- 25 Jan, 2018 1 commit
-
-
Steffen Müthing authored
As there are still some use cases that cannot be easily switched from using GeometryType::Basictype to plain GeometryType, revert its deprecation for the 2.6 release. This does **not** revert the deprecation of the GeometryType constructor from BasicType.
-
- 13 Nov, 2017 1 commit
-
-
Andreas Dedner authored
-
- 10 Nov, 2017 1 commit
-
-
Andreas Dedner authored
-