- Mar 04, 2024
-
-
Robert K authored
-
Christian Engwer authored
-
Christian Engwer authored
-
Simon Praetorius authored
Add utilities to work with integer_sequence See merge request !1351
-
- Mar 03, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Replace ProjectName_INTERFACE_LIBRARIES by ProjectName_LIBRARIES Closes #344 See merge request !1271
-
Simon Praetorius authored
Provide dedicated include for metis and parmetis headers See merge request !1315
-
- Mar 02, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
and introduce an mod_EXPORTED_LIBRARIES
-
Carsten Gräser authored
[python] Allow to pass optional pythonName to algorithm.load() See merge request !1358
-
- Mar 01, 2024
-
-
Carsten Gräser authored
The used downstream generator uses an argument `pythonName` which seems to be only used in logging output. So far `dune.generator.algorithm.load()` always passes the function signature as `pythonName`. When jit-compiling functions with many arguments and complicated type names, this may provide very verbose output. On the other hand, it's very well possible that in many instances of generated functions the signature coincides, while the significant difference is in the actual function body rending the verbose output useless. This patch adds support for passing a custom value for `pythonName` to `dune.generator.algorithm.load()` by a corresponding keyword argument. If the argument is not passed, the signature is used as before.
-
- Feb 27, 2024
-
-
Oliver Sander authored
Cleanup implementation of DimRange in python for grid-functions See merge request !1352
-
Because dune-typetree is not a dependency of dune-common. The specializations will be moved to dune-functions, which is where they are used.
-
- Feb 24, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Feb 23, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Feb 18, 2024
-
-
Christoph Grüninger authored
Reflect removal of deprecated Node::CHILDREN in TypeTree See merge request !1347
-
- Feb 14, 2024
-
-
Christoph Grüninger authored
This is seldom case of forward-dependency in Dune.
-
Christoph Grüninger authored
Deprecate keywords.hh See merge request !1350
-
- Feb 12, 2024
-
-
Christoph Grüninger authored
All key words are part of C++17. Since 2017 no new key words were added.
-
- Feb 01, 2024
-
-
Christoph Grüninger authored
Remove some code deprecated in 2.9 See merge request !1344
-
- Jan 25, 2024
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Fix two outdated references to this function.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Simon Praetorius authored
Add explicit function to StaticIntegralRange that returns the std::index_sequience See merge request !1339
-
-
- Jan 21, 2024
-
-
Christoph Grüninger authored
Add missing include <type_traits> to allignedallocator See merge request !1340
-
- Jan 20, 2024
-
-
Simon Praetorius authored
[fix] Add missing header include See merge request !1303
-
Simon Praetorius authored
-
Santiago Ospina De Los Ríos authored
Use Mayers' singleton pattern to initialize MPIHelper See merge request !1332
-
-
- Jan 19, 2024
-
-
Christoph Grüninger authored
Add Code Quality analysis in the CI See merge request !1321
-