- May 24, 2022
-
-
Ansgar Burchardt authored
-
- Apr 23, 2022
-
-
Andreas Dedner authored
Remove CMAKE_METADATA_FILE that is ignored and gives a CMake warning. See merge request !194
-
- Apr 22, 2022
-
-
Samuel Burbulla authored
-
- Jan 06, 2022
-
-
Simon Praetorius authored
Use dune-common's power and factorial See merge request core/dune-geometry!188
-
Christoph Grüninger authored
Deprecate simplex.cc's own implementations
-
Christoph Grüninger authored
Stop using Factorial or power.hh
-
- Dec 08, 2021
-
-
Simon Praetorius authored
[doc] Create images depending on corresponding doc target See merge request core/dune-geometry!187
-
- Nov 25, 2021
-
-
Timo Koch authored
-
- Nov 05, 2021
-
-
Simon Praetorius authored
Restructure the CMake library See merge request core/dune-geometry!186
-
- Oct 24, 2021
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Oct 22, 2021
-
-
Andreas Dedner authored
refactor the way python is used in dune See merge request core/dune-geometry!166
-
Andreas Dedner authored
-
Andreas Dedner authored
comment out CMP0087 NEW cmake policy because it fails on some CI runners correctly set CMP0087 cmake policy to NEW for cmake >= 3.14
-
added missing 'include_package_data' to setup.py.in improve on ci add clang test pep 42: use implicit namespace packages which make it possible to combine subpackages using editable (source) and non editable (pypi) only use a cmake install a python module in the SKBUILD setting - for an install from build dir pip will take take of this since it is part of the setup.py file add a stopgap solution unti ci repo up and running again Update requirements in setup.py.in to include dune packages [testing] only add dune modules that have been found as requirements in setup.py.in removed setup.py.in since the default is provided in dune-common adapt ci yml file to python bindings on by default disable python bindings for clang 5 (ubuntu 18) since no numpy matching numpy version can be installed from the gitlab registry [testing]
-
- Aug 13, 2021
-
-
Christoph Grüninger authored
Bump version to 2.9-git See merge request core/dune-geometry!183
-
Christoph Grüninger authored
-
- Jul 27, 2021
-
-
Markus Blatt authored
Get rid unused/shadowed variable compiler warnings. See merge request !181
-
Markus Blatt authored
Eases life of downstream developers that are fond of using warnings to find faulty code.
-
- Jul 24, 2021
-
-
Christoph Grüninger authored
[gitignore] Ignore macOS caching files See merge request !177
-
-
- Jul 16, 2021
-
-
Christoph Grüninger authored
Get rid of deprecation warning for Point Closes #27 See merge request !178
-
- Jul 12, 2021
-
-
Christoph Grüninger 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
-