- Nov 25, 2021
-
- Nov 24, 2021
-
-
Robert K authored
-
- Aug 31, 2021
-
-
Markus Blatt authored
CHANGELOG is for 2.8 See merge request !205
-
Markus Blatt authored
-
- Jul 27, 2021
-
-
Markus Blatt authored
Merge branch 'feature/shut-up-compiler-warnings' into 'master' See merge request !202
-
Markus Blatt authored
Get rid of unused variable compiler warnings. See merge request !201 (cherry picked from commit d16858f3) 998a49ec Get rid of unused variable compiler warnings.
-
- Jul 24, 2021
-
-
Christoph Grüninger authored
Merge branch 'cleanup/macos-gitignore' into 'master' See merge request !200
-
Christoph Grüninger authored
[gitignore] Ignore macOS caching files See merge request !195 (cherry picked from commit 60409df1) 5b40a991 [gitignore] Ignore macOS caching files
-
- Jul 19, 2021
-
-
Christoph Grüninger authored
Merge branch 'cleanup/deprecate-to-true-false-type' into 'master' See merge request !198
-
Christoph Grüninger authored
Merge branch 'cleanup/deprecate-is-callable-invokable' into 'master' See merge request !199
-
- Jul 18, 2021
-
-
Simon Praetorius authored
Use std::is_invocable instead of Std::is_invocable See merge request !197 (cherry picked from commit 1120b816) 1068e486 Use std::is_invocable instead of Std::is_invocable
-
Simon Praetorius authored
Replace Std::to_true_type with AlwaysTrue See merge request !196 (cherry picked from commit 6553c235) eb263dd1 Replace Std::to_true_type with AlwaysTrue
-
- Jul 12, 2021
-
-
Markus Blatt authored
-
- Jul 09, 2021
-
-
Oliver Sander authored
Add construction algorithm for high order Nedelec elements See merge request !188
-
- Jul 04, 2021
-
-
Christoph Grüninger authored
Update list of authors See merge request !194
-
Christoph Grüninger authored
-
- May 25, 2021
-
-
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.
-
- May 18, 2021
-
-
Oliver Sander authored
Replace IfGeometry by toGeometryTypeIdConstant See merge request !193
-
- May 17, 2021
-
-
Carsten Gräser authored
The latter is lambda-friendly and allows to avoid explicit maker/factory structs and thus some indirection.
-
- May 11, 2021
-
-
Henrik Stolzmann authored
-
- May 10, 2021
-
-
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.
-
- May 05, 2021
-
-
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_`.
-
- Apr 29, 2021
-
-
Oliver Sander authored
Adapted the Python bindings to the new structure. See merge request !189
-
Henrik Stolzmann authored
-
- Mar 13, 2021
-
-
Christoph Grüninger authored
Use [[maybe_unused]] instead of DUNE_UNUSED See merge request !181
-
- Mar 09, 2021
-
-
Christoph Grüninger authored
-
- Feb 10, 2021
-
-
Oliver Sander authored
Added Nedelec elements of the first kind for cubes. See merge request !180
-
Henrik Stolzmann authored
-
- Jan 23, 2021
-
-
Simon Praetorius authored
Add raviartthomas03d.hh to CMakeLists install See merge request !179
-
Simon Praetorius authored
-
- Dec 18, 2020
-
-
Andreas Dedner authored
Feature/scikit build See merge request !177
-
Andreas Dedner authored
make it possible to use setup.py without having an installed dune-common python package. This requires having the PYTHONPATH set as it is now done in dune-common/bin/dunepackaging.py
-
- Dec 06, 2020
-
-
Oliver Sander authored
Implement the first-order Nedelec element (1st kind) for tetrahedra See merge request !178
-
Oliver Sander authored
-
- Oct 19, 2020
-
-
Oliver Sander authored
Implement first-order Nedelec elements of the first kind for triangles See merge request !160
-