- Dec 29, 2024
-
-
Oliver Sander authored
Remove spurious 'template' keyword See merge request !283
-
Oliver Sander authored
For clang 19 (currently in Debian testing) it is an error.
-
- Dec 15, 2024
-
-
Simon Praetorius authored
Set up default include directories on module target See merge request !282
-
- Nov 27, 2024
-
-
Simon Praetorius authored
-
- Nov 20, 2024
-
-
Carsten Gräser authored
[bugfix] Make static members constexpr See merge request !281
-
Carsten Gräser authored
`static const` members need a definition at namespace scope if ODR-used. Here the static member `dim` is passed to a stream which may (or may not) be ODR-use. The fact that it works so far is a lucky conincidence since `DUNE_THROW` happens to be a non ODR-use. Since C++17 `static constexpr` members are implicitly inline and don't need a namespace scope definition even if ODR-used.
-
- Nov 07, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Nov 06, 2024
-
-
Santiago Ospina De Los Ríos authored
-
- Sep 04, 2024
-
-
Simon Praetorius authored
Update versions release 2 10 See merge request !278
-
Simon Praetorius authored
Update changelog release 2 10 See merge request !277
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Aug 30, 2024
-
-
Simon Praetorius authored
Add alias HierarchicalP1WithElementBubbleLocalFiniteElement for SimplexP1BubbleLocalFiniteElement See merge request !267
-
Simon Praetorius authored
Add a GeometryType cache for lagrange local finite elements See merge request !248
-
- Aug 26, 2024
-
-
Oliver Sander authored
Fix misc warnings See merge request !276
-
- Aug 23, 2024
-
-
Santiago Ospina De Los Ríos authored
* PQkLocalFiniteElementCache was deprecated in favor of LagrangeLocalFiniteElementCache * DomainType is not used here
-
- Aug 12, 2024
-
-
Christoph Grüninger authored
Update LICENSE.md See merge request !273
-
Christoph Grüninger authored
-
- Aug 08, 2024
-
-
Simon Praetorius authored
Implement the hierarchical basis with bubble-functions for all dimensions See merge request !268
-
- Jul 01, 2024
-
-
Christoph Grüninger authored
Move include of config.h from source to some header files See merge request !270
-
- Jun 25, 2024
-
-
Simon Praetorius authored
-
- Jun 02, 2024
-
-
Simon Praetorius authored
Specialize FieldTraits for MultiIndex and LFETensor See merge request !217
-
- Apr 04, 2024
-
-
Oliver Sander authored
Replace LFEMatrix with DynamicMatrix See merge request !264
-
- Mar 20, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Mar 11, 2024
-
-
Oliver Sander authored
Fix typo "enrichted" See merge request !266
-
Simon Praetorius authored
-
Oliver Sander authored
[python] Export method LocalFiniteElement::size() See merge request !265
-
Oliver Sander authored
It is already exported as 'len', which is the pythonic way to do it. Still, the method 'size' exists in the C++ interface, and we should therefore also export it.
-
- Mar 03, 2024
-
-
Simon Praetorius authored
Make LocalKey constexpr See merge request !263
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Add P1+B simplex bubble functions See merge request !257
-
Simon Praetorius authored
-