- Jan 26, 2018
-
-
Steffen Müthing authored
Revert deprecation of GeometryType::BasicType for 2.6 See merge request !88
-
- 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.
-
- Jan 18, 2018
-
-
Oliver Sander authored
Enforce use of correct floating point type in AxisAlignedCubeGeometry See merge request !85
-
- Jan 17, 2018
-
-
Dominic Kempf authored
YaspGrid can use non-double floating point type, but AxisAlignedCubeGeometry sneaked in some doubles...
- Jan 16, 2018
-
-
Simon Praetorius authored
-
- Jan 02, 2018
-
-
Christoph Grüninger authored
[cmake] Require CMake 3.1 similar to dune-common See merge request !82
-
Christoph Grüninger authored
-
- Nov 20, 2017
-
-
Martin Nolte authored
[bugfix][test] return 1 on failure See merge request !81
-
Martin Nolte authored
-
- Nov 13, 2017
-
-
Andreas Dedner authored
add changelogs from release to master See merge request !80
-
Andreas Dedner authored
-
- Nov 10, 2017
-
-
Andreas Dedner authored
added empty changelog See merge request !77
-
Andreas Dedner authored
-
- Nov 03, 2017
-
-
Martin Nolte authored
[bugfix] `TopologySingletonFactory` not uses `std::unqiue_ptr` internally See merge request !74
-
Martin Nolte authored
-
- Nov 02, 2017
-
-
Martin Nolte authored
overhaul `TopologySingltonFactory` See merge request !72
-
Martin Nolte authored
This patch modernizes the code for the `TopologySingletonFactory`. The main improvement is using `std::unique_ptr` to get rid of `fill_array`, which is going to be deprecated in the 2.6 release.
-
- Oct 23, 2017
-
-
Ansgar Burchardt authored
bump version to 2.7-git [ci skip] See merge request !71
-
Ansgar Burchardt authored
-
- Oct 06, 2017
-
-
Dominic Kempf authored
[bugfix] Avoid always falling into slow code branch in AxisAlignedCubeGeometry See merge request !68
-
- Oct 05, 2017
-
-
Dominic Kempf authored
The methods `corners` and `global` of AxisAlignedCubeGeometry suffered from wrongly implemented switches that caused the implementation to always use the slow code branch for cubes embedded into a higher dimensional world space. This is only a performance bug as that branch will still compute the correct result.
-
Carsten Gräser authored
[ci] Stop testing with Debian 8 See merge request !65
-
- Sep 23, 2017
-
-
Ansgar Burchardt authored
[cleanup] fix extra ‘;’ warning See merge request !67
-
Felix Gruber authored
This fixes warning: extra ‘;’ with -Wpedantic in GCC.
-
- Sep 20, 2017
-
-
Martin Nolte authored
Remove GeometryType::BasicType See merge request !66
-
- Sep 19, 2017
-
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Oliver Sander authored
[geometrytype] Deprecate GeometryType::BasicType See merge request !64
-
Carsten Gräser authored
[bugfix] Restore reference semantics of ReferenceElement methods See merge request !61
-
Steffen Müthing authored
-
Steffen Müthing authored
Make *GeometryTypeIndex constexpr See merge request !63
-
Carsten Gräser authored
Make all methods constexpr. For some, this requires (at least for older compilers) to replace 'if' by a ternary operator.
-
Steffen Müthing authored
With the new constexpr GeometryType, we probably don't need the BasicType anymore. This patch deprecates it.
-
Oliver Sander authored
Improve the description of BasicType::none See merge request !58
-
Steffen Müthing authored
[cleanup][skip ci] Add indentation info See merge request !62
-
Steffen Müthing authored
-
Oliver Sander authored
-
- Sep 18, 2017
-
-
Carsten Gräser authored
The deprecation tag in doxygen is here to warn users. We cannot mark the method as deprecated directly, because only the return type will change.
-
Carsten Gräser authored
By using decltype(auto) we forward references of the implementation as references. This reverts the interface change introduced in !52 in case the implementation returns references. As a consequence the all tests in dune-localfunctions pass again. For (possible) implementations returning values these will also be forwarded. In the future (after a grace period of one release), this should be switched to references completely as proposed in !52.
-