- Oct 19, 2021
-
-
Andreas Dedner authored
[python][typeregistry] _typeName/_includes -> cppTypeName/cppIncludes See merge request !980
-
Underscore prefixed variables in Python are often by convention internal variables that should not be accessed from outside the class. These attributes are frequently used in Python-side C++ code generation code and have to be accessed to write code generators. Linters like pylint complain about the access of these protected attributes. This changes them to be part of the public interface (by naming convention).
-
- Oct 14, 2021
-
-
Simon Praetorius authored
Add flag NO_MODULE_LIBRARY to dune_add_library See merge request !1014
-
Simon Praetorius authored
Remove the cmake variable DUNE_DEFAULT_LIBS See merge request !1009
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Remove the cmake module include CMakeParseArguments See merge request !1008
-
Simon Praetorius authored
Simplify dune_library_add_sources by using target_sources See merge request !1010
-
- Oct 12, 2021
-
-
Andreas Dedner authored
[Python] explicitly use python3 in rmgenerated.py See merge request !1016
-
- Oct 10, 2021
-
-
Christian Engwer authored
[cmake] Guard mpiguturetest as it does not compile without MPI See merge request !1017
-
Christoph Grüninger authored
-
- Oct 07, 2021
-
-
Patrick Jaap authored
This causes problems in the generation of Debian packages and is also inconsistent with other Python files.
-
- Oct 05, 2021
-
-
Simon Praetorius authored
Allow constant expressions in unpackIntegerSequence See merge request !996
-
- Oct 03, 2021
-
-
Christian Engwer authored
[simd] Make compiler ignore (no warning) unknown pragmas See merge request !1015
-
Timo Koch authored
This suppressed the warning for the opm pragma, and all other such warnings.
-
- Sep 28, 2021
-
-
Christian Engwer authored
add openmp pragmas to loopsimd See merge request !1013
-
- Sep 24, 2021
-
-
Nils-Arne Dreier authored
-
- Sep 17, 2021
-
-
Carsten Gräser authored
[doc] Fix doc of VectorSize See merge request !1011
-
Carsten Gräser authored
This was misplaced in front of the `FieldMatrix` forward definition and thus led to artifacts in the latters doxygen documentation.
-
- Sep 09, 2021
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Aug 31, 2021
-
-
Markus Blatt authored
Changelog entry for VariableSizeCommunicator::fixedsize -> FixedSize. See merge request !1005
-
Markus Blatt authored
-
Markus Blatt authored
Use camelCase fixedSize See merge request !997
-
Lasse Hinrichsen-Bischoff authored
-
Markus Blatt authored
Updated changelog for 2.8 See merge request !1002
-
Markus Blatt authored
-
Markus Blatt authored
Make search path for FindPkgConfig explicit in FindTBB See merge request !1000
-
- Aug 30, 2021
-
-
Simon Praetorius authored
-
- Aug 27, 2021
-
-
Andreas Dedner authored
cmake and dunepy. See merge request !998
-
removed. [fix]
-
- Aug 24, 2021
-
-
Lasse Hinrichsen-Bischoff authored
-
- Aug 23, 2021
-
-
Santiago Ospina De Los Ríos authored
-
- Aug 20, 2021
-
-
Simon Praetorius authored
Declare big unsigned int as a number in typetraits See merge request !995
-
- Aug 18, 2021
-
-
Santiago Ospina De Los Ríos authored
-
Simon Praetorius authored
Fix HAVE_MPI undefined warnings (with -Wundef flag) See merge request !992
-
Tobias Leibner authored
-
- Aug 13, 2021
-
-
Christoph Grüninger authored
Bump version to 2.9-git See merge request !990
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Fix cmake bug when Scotch is found but not PTScotch See merge request !988
-