- 29 Oct, 2021 5 commits
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Otherwise no deprecation warnings are emitted.
-
- 24 Oct, 2021 1 commit
-
-
Christoph Grüninger authored
Seems to be an oversight in Dune 2.8
-
- 22 Oct, 2021 4 commits
-
-
Andreas Dedner authored
refactor the way python is used in dune See merge request !192
-
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
-
Andreas Dedner authored
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. configure call for setup.py.in -> setup.py is done in cmake python install module [fix] 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
-
- 13 Aug, 2021 2 commits
-
-
Christoph Grüninger authored
Bump version to 2.9-git See merge request !204
-
Christoph Grüninger authored
-
- 27 Jul, 2021 2 commits
-
-
Markus Blatt authored
Get rid of unused variable compiler warnings. See merge request !201
-
Markus Blatt authored
... to ease live of downstream developers turning these warnings on.
-
- 24 Jul, 2021 2 commits
-
-
Christoph Grüninger authored
[gitignore] Ignore macOS caching files See merge request !195
-
-
- 18 Jul, 2021 4 commits
-
-
Simon Praetorius authored
Use std::is_invocable instead of Std::is_invocable See merge request !197
-
Simon Praetorius authored
Replace Std::to_true_type with AlwaysTrue See merge request !196
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- 09 Jul, 2021 1 commit
-
-
Oliver Sander authored
Add construction algorithm for high order Nedelec elements See merge request !188
-
- 04 Jul, 2021 2 commits
-
-
Christoph Grüninger authored
Update list of authors See merge request !194
-
Christoph Grüninger authored
-
- 25 May, 2021 2 commits
-
-
Oliver Sander authored
Replaced recursive calls in `Integral` and `MonomialBasisImpl`. See merge request !190
-
The class `Integral` now iterates over the construction steps of the desired geometry instead of calling itself recursively.
-
- 18 May, 2021 1 commit
-
-
Oliver Sander authored
Replace IfGeometry by toGeometryTypeIdConstant See merge request !193
-
- 17 May, 2021 1 commit
-
-
Carsten Gräser authored
The latter is lambda-friendly and allows to avoid explicit maker/factory structs and thus some indirection.
-
- 11 May, 2021 1 commit
-
-
Henrik Stolzmann authored
-
- 10 May, 2021 4 commits
-
-
Andreas Dedner authored
Topology-to-GeometryTyp See merge request !186
-
Andreas Dedner authored
Replaced old `Topology` template parameter based on template recursion with a `GeometryType::Id` parameter. avoid signed/unsigned warning (Singleton)TopologyFactory to stay in dune-geometry
-
-
Replaced old `Topology` template parameter based on template recursion with a `GeometryType::Id` parameter.
-
- 05 May, 2021 2 commits
-
-
Oliver Sander authored
Documentation for the construction algorithm for high-order Raviart-Thomas functions. See merge request !191
-
Henrik Stolzmann authored
Furthermore removed the unused member variable `row1_`.
-
- 29 Apr, 2021 2 commits
-
-
Oliver Sander authored
Adapted the Python bindings to the new structure. See merge request !189
-
Henrik Stolzmann authored
-
- 13 Mar, 2021 1 commit
-
-
Christoph Grüninger authored
Use [[maybe_unused]] instead of DUNE_UNUSED See merge request !181
-
- 09 Mar, 2021 1 commit
-
-
Christoph Grüninger authored
-
- 10 Feb, 2021 2 commits
-
-
Oliver Sander authored
Added Nedelec elements of the first kind for cubes. See merge request !180
-
Henrik Stolzmann authored
-