- Aug 31, 2021
-
-
Markus Blatt authored
CHANGELOG: This is now 2.8 See merge request !184
-
Markus Blatt authored
-
- Jul 27, 2021
-
-
Markus Blatt authored
Merge branch 'feature/shut-up-compiler-warnings' into 'master' See merge request !182
-
Markus Blatt authored
Get rid unused/shadowed variable compiler warnings. See merge request !181 (cherry picked from commit 8a765857) a2cf2604 Get rid unused/shadowed variable compiler warnings.
-
- Jul 24, 2021
-
-
Christoph Grüninger authored
Merge branch 'cleanup/macos-gitignore' into 'master' See merge request !180
-
Christoph Grüninger authored
[gitignore] Ignore macOS caching files See merge request !177 (cherry picked from commit b1dc3912) 3a493a61 [gitignore] Ignore macOS caching files
-
- Jul 18, 2021
-
-
Christoph Grüninger authored
Merge branch 'feature/suppress-point-deprecation' into 'master' See merge request !179
-
- Jul 16, 2021
-
-
Christoph Grüninger authored
Get rid of deprecation warning for Point Closes #27 See merge request !178 (cherry picked from commit 36986ad8) ad5088fe PointDeprecationHelper to get rid of deprecation warning for Point
-
- Jul 12, 2021
-
-
Markus Blatt authored
-
- Jul 07, 2021
-
-
Christoph Grüninger authored
Update list of authors See merge request !176
-
Christoph Grüninger authored
-
- Jul 04, 2021
-
-
Simon Praetorius authored
Improve the quadrature rule test Closes #24 See merge request core/dune-geometry!171
-
Simon Praetorius authored
Improve the quadrature rule test by "using std::abs" and "using std::pow" and wrapping numbers in ctype Disable GaussJacobi_n_0 test in case LAPACK is not found
-
- Jun 27, 2021
-
-
Simon Praetorius authored
Add missing files to CMakeLists See merge request core/dune-geometry!172
-
Simon Praetorius authored
-
- Jun 26, 2021
-
-
Simon Praetorius authored
Step 1 of redesign of quadrature rules See merge request core/dune-geometry!138
-
Simon Praetorius authored
- mac script for 1d rules adopted to new file structure - Explicit template instantiation for quadrature rules
-
- May 05, 2021
-
-
Oliver Sander authored
move deprecated topology classes to a separate header See merge request core/dune-geometry!167
-
Andreas Dedner authored
added static method based on 'geometryId' to the (Singleton)TopologyFactory (taken from version in dune-localfunctions)
-
Andreas Dedner authored
-
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.
-
- May 04, 2021
-
-
Carsten Gräser authored
Add Impl::toGeometryTypeConstant helper See merge request core/dune-geometry!164
-
- Apr 30, 2021
-
-
Carsten Gräser authored
-
Carsten Gräser authored
This helper maps a dynamic `GeometryType` to a compile time `std::integral_constant<GeometryType::Id,...>`. Thus is functionally replaces the `IfGeometryType` helper. In contrast to the latter it does not rely on the undocumented implementation of `GeometryType::Id` but on `LocalGeometryTypeIndex` and the generic `Hybrid::switchCase` helper. Furthermore the new helper uses a lambda-friendly callback interface.
-
- Apr 11, 2021
-
-
Oliver Sander authored
Cleanup Impl namespace See merge request core/dune-geometry!159
-
- Apr 09, 2021
-
-
Christoph Grüninger authored
Replace one left-over DUNE_UNUSED_PARAMETER by maybe_unused See merge request core/dune-geometry!165
-
Christoph Grüninger authored
-
- Mar 31, 2021
-
-
Christoph Grüninger authored
Use [[maybe_unused] instead of DUNE_UNUSED / DUNE_UNUSED_PARAMETER See merge request !158
-
Christoph Grüninger authored
Except for one occurence of DUNE_UNUSED_PARAMETER in type.hh due to GCC bug 81429 which got fixed in GCC 9.3
-
- Mar 26, 2021
-
-
Henrik Stolzmann authored
construction in "dune/geometry/topologyfactory.hh" and "dune/geometry/type.hh".
-
- Mar 25, 2021
-
-
Oliver Sander authored
Feature/topology to geometry type See merge request core/dune-geometry!161
-
- Mar 24, 2021
-
-
Henrik Stolzmann authored
from `Topology` to `GeometryType`.
-
(10.2 is fine with the test)
-
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.
-
- Mar 23, 2021
-
-
Andreas Dedner authored
use the dune docker registry for the python ci test See merge request core/dune-geometry!162
-
Andreas Dedner authored
-
- Mar 13, 2021
-
-
Simon Praetorius authored
Use std::void_t instead of Dune::void_t See merge request core/dune-geometry!160
-
- Mar 12, 2021
-
-
Christoph Grüninger authored
-
- Jan 31, 2021
-
-
Andreas Dedner authored
fix typo in header name in CMakeLists.txt See merge request core/dune-geometry!157
-
Andreas Dedner authored
-