- Sep 26, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
Ansgar Burchardt authored
-
- Jul 12, 2022
-
-
Oliver Sander authored
-
- Jun 01, 2022
-
-
Carsten Gräser authored
-
Carsten Gräser authored
-
Carsten Gräser authored
-
Carsten Gräser authored
-
- May 24, 2022
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Timo Koch authored
All compilers should now support lambdas and structured bindings
-
- Apr 25, 2022
-
-
Santiago Ospina De Los Ríos authored
-
- Jan 06, 2022
-
-
Christoph Grüninger authored
Deprecate simplex.cc's own implementations
-
Christoph Grüninger authored
Stop using Factorial or power.hh
-
- Oct 24, 2021
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Jul 27, 2021
-
-
Markus Blatt authored
Eases life of downstream developers that are fond of using warnings to find faulty code.
-
- Jul 12, 2021
-
-
Christoph Grüninger authored
-
- Jul 04, 2021
-
-
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
-
- Jun 26, 2021
-
-
Simon Praetorius authored
- mac script for 1d rules adopted to new file structure - Explicit template instantiation for quadrature rules
-
- May 05, 2021
-
-
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.
-
- 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 09, 2021
-
-
Christoph Grüninger authored
-
- Mar 31, 2021
-
-
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 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 12, 2021
-
-
Christoph Grüninger authored
-
- Jan 31, 2021
-
-
Andreas Dedner authored
-
Gregor Corbin authored
-
- Dec 21, 2020
-
-
Gregor Corbin authored
-
Gregor Corbin authored
-
Gregor Corbin authored
-
Gregor Corbin authored
-
Gregor Corbin authored
matched the quad order in the maxima scripts to the definitions in quadraturerules.hh, final cleanup, tested everything
-
- Dec 19, 2020
-
-
Gregor Corbin authored
-