- Aug 18, 2017
-
-
Steffen Müthing authored
-
Steffen Müthing authored
This patch makes most constructors and all observers of GeometryType constexpr, basically everything that can be mode constexpr within the limits of C++11 (GCC 4.9 does not support generalized constexpr).
-
Steffen Müthing authored
Improve GeometryType documentation See merge request !53
-
Steffen Müthing authored
Put constructors and comparison operators in their own doxygen member groups.
-
- Aug 02, 2017
-
-
Ansgar Burchardt authored
.gitlab-ci.yml: update environments See merge request !50
-
Ansgar Burchardt authored
- Added: Debian 10 with gcc in C++17 mode - Removed: Debian 8 + Backports with clang Reference: http://lists.dune-project.org/pipermail/dune-devel/2017-July/002224.html
-
- Jul 06, 2017
- Jun 16, 2017
-
-
Martin Nolte authored
Rationale: gcc-4.9 coughs up on the specialization of Hybrid::forEach for std::integer_sequence when fed with the result of Std::make_integer_sequence. As we require a C++14-compatible compiler (at least to the extent of gcc-4.9), this patch resolves the issue by using std::make_integer_sequence instead.
-
- Jun 12, 2017
-
-
Jö Fahlke authored
- Dec 23, 2016
-
-
Christoph Grüninger authored
Change module version number to 2.6-git See merge request !46
-
Christoph Grüninger authored
-
- Dec 15, 2016
-
-
Ansgar Burchardt authored
-
- Nov 28, 2016
-
-
Christian Engwer authored
[cleanup] fix inconsistencies after renaming functions in !35 `geometryTypeFromVertexCount()` was named `geometryTypeFromVertices()` in earlier versions of merge request !35 and the old name was still used in some places. See merge request !43
-
Felix Gruber authored
geometryTypeFromVertexCount() was named geometryTypeFromVertices() during developement and the old name was still used in some places.
-
Christian Engwer authored
Correct two minor errors introduced in !35 See merge request !42
-
Ansgar Burchardt authored
Just in case it gets no longer included indirectly due to future changes.
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Christian Engwer authored
Feature/fromvertices see issue #1 we move the makeFromVertices implementation into a utility function, which clearly states that it only works up to 3D. See merge request !35
-
Christian Engwer authored
-
- Nov 25, 2016
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
- Nov 23, 2016
-
-
Christoph Grüninger authored
Do not install `jacobian.mac` The file is not a header, but a generator for quadrature rules. It is only useful when building dune-geometry. See merge request !39
-
The file is not a header, but a generator for quadrature rules. It is only useful when building dune-geometry.
-
Christoph Grüninger authored
Build `test-nonetype` See merge request !33
-
- Nov 22, 2016
-
-
- Nov 17, 2016
-
-
Ansgar Burchardt authored
[cleanup] use delegating constructors for AffineGeometry Since we started to require C++11-compatible compilers, we can now make use of delegating constructors to remove code duplication and make the intention of the constructors more clear. AffineGeometry's constructors always come in pairs: one taking a ReferenceElement and one taking a GeometryType. Since the GeometryType is only used to look up a ReferenceElement and then proceed identical to the former constructor, we can instead delegate the actual construction from the latter to the former constructor. See merge request !36
-
Christoph Grüninger authored
Use Hybrid::forEach instead of wrapper ForLoop Use `Hybrid::forEach` instead of wrapper `ForLoop`. See merge request !37
-
- Nov 14, 2016
-
-
Marco Agnese authored
-
- Nov 10, 2016
-
-
Felix Gruber authored
Since we started to require C++11-compatible compilers, we can now make use of delegating constructors to remove code duplication and make the intention of the constructors more clear. AffineGeometry's constructors always come in pairs: one taking a ReferenceElement and one taking a GeometryType. Since the GeometryType is only used to look up a ReferenceElement and then proceed identical to the former constructor, we can instead delegate the actual construction from the latter to the former constructor.
-
Carsten Gräser authored
-
- Nov 06, 2016
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-