- Apr 23, 2024
-
-
Simon Praetorius authored
-
- Mar 01, 2024
-
-
Simon Praetorius authored
-
- Jan 25, 2024
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Nov 06, 2023
-
-
Simon Praetorius authored
-
- Feb 28, 2023
-
-
- Jan 30, 2023
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Was used for transition to ReferenceElement with reference semantic
-
- Nov 16, 2022
-
-
Simon Praetorius authored
-
- Sep 26, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Jul 12, 2022
-
-
Oliver Sander authored
-
- Jun 01, 2022
-
-
Carsten Gräser authored
-
- Apr 25, 2022
-
-
Santiago Ospina De Los Ríos authored
-
- Aug 13, 2021
-
-
Christoph Grüninger authored
-
- May 05, 2021
-
-
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.
-
- Mar 26, 2021
-
-
Henrik Stolzmann authored
construction in "dune/geometry/topologyfactory.hh" and "dune/geometry/type.hh".
-
- Mar 24, 2021
-
-
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.
-
- Jan 31, 2021
-
-
Gregor Corbin authored
-
- Oct 02, 2020
-
-
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
-
- Apr 03, 2020
-
-
Andreas Dedner authored
-
- Feb 20, 2020
-
-
Christoph Grüninger authored
-
- Dec 19, 2019
-
-
Christoph Grüninger authored
-
- Oct 17, 2019
-
-
Christoph Grüninger authored
-
Ansgar Burchardt authored
-
- Jun 01, 2019
-
-
Oliver Sander authored
An test the method and type in the unit test.
-
- Dec 06, 2018
-
-
Carsten Gräser authored
-
- Nov 07, 2018
-
-
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.
-
- Jan 25, 2018
-
-
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.
-
- Nov 13, 2017
-
-
Andreas Dedner authored
-
- Nov 10, 2017
-
-
Andreas Dedner authored
-