- 24 May, 2022 2 commits
-
-
Ansgar Burchardt authored
replace `enum` with `constexpr static` where appropriate See merge request !219
-
Ansgar Burchardt authored
-
- 10 Mar, 2022 1 commit
-
-
Oliver Sander authored
Fixes in PolynomialBasis for derivatives in higher dimension See merge request !215
-
- 04 Mar, 2022 2 commits
-
-
Robert K authored
- 02 Mar, 2022 1 commit
-
-
Porrmann, Maik authored
-
- 28 Feb, 2022 1 commit
-
-
Porrmann, Maik authored
Fixing: Missing template param in Base, wrong order in hessian, bug when transforming multiindex for partial
-
- 06 Feb, 2022 1 commit
-
-
Oliver Sander authored
fix tolerance in test-fe for comparison of coefficients. See merge request !212
-
- 11 Jan, 2022 1 commit
-
-
Nils-Arne Dreier authored
-
- 17 Dec, 2021 1 commit
-
-
Oliver Sander authored
[cleanup][rannacherturek] Remove obsolete bounds check on unsigned integer See merge request !211
-
- 16 Dec, 2021 1 commit
-
-
Timo Koch authored
Fix type-limits compiler warning
-
- 05 Nov, 2021 1 commit
-
-
Christoph Grüninger authored
Handle Dune 2.8 deprecations See merge request !208
-
- 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
-