- Feb 22, 2025
-
-
Simon Praetorius authored
-
- Dec 16, 2024
-
-
Santiago Ospina De Los Ríos authored
-
Timo Koch authored
-
- Nov 01, 2024
-
-
Simon Praetorius authored
-
- Oct 26, 2024
-
-
- Sep 30, 2024
-
-
Simon Praetorius authored
-
- May 08, 2024
-
-
Christoph Grüninger authored
-
- Oct 26, 2023
-
-
Christoph Grüninger authored
-
- Jun 13, 2023
-
-
- May 31, 2023
-
-
Santiago Ospina De Los Ríos authored
-
- Apr 24, 2023
-
-
Santiago Ospina De Los Ríos authored
-
- Mar 07, 2023
-
-
Simon Praetorius authored
Link all tests against dunecommon
-
- Sep 27, 2022
-
-
Ansgar Burchardt authored
See https://reuse.software/ for a description.
-
- Nov 17, 2021
-
-
Simon Praetorius authored
-
- Nov 06, 2021
-
-
Simon Praetorius authored
-
- Oct 21, 2021
-
-
This reduces the number of redundant reruns of the env installation.
-
-
-
- Sep 16, 2020
-
-
- May 24, 2020
-
-
Christoph Grüninger authored
-
- Apr 02, 2020
-
-
Python bindings, default is OFF. [feature][CI] enable Python bindings. make sure DUNE_ENABLE_PYTHPMBINDINGS is set to true in dune-py
-
Andreas Dedner authored
FieldVector/Matrix classes with low dimension add all flags to pybind11 modules
-
Andreas Dedner authored
move bin files and cmake modules from dune-python add sphinx support from dune-python
-
- Mar 27, 2020
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
Andreas Dedner authored
-
- Feb 16, 2020
-
-
Andreas Dedner authored
This makes it possible to import "statefull" C++ objects to Python. At the moment only the constructor is available on the Python side so the object can only be used as argument for another C++ function/method. Exporting methods will be made available as well in a future version.
-
- Mar 29, 2018
-
-
The builder exceptions should be shared between different implementations of the builder interface. This patch migrates them to a separate module `dune.generator.exceptions`. For convenience they are also imported into `dune.generator` itself.
-
- Jan 29, 2018
-
-
Martin Nolte authored
This allows them to be loaded without loading the corresponding Python mdoule, avoiding circular dependencies.
-
Martin Nolte authored
This allows them to be loaded without loading the corresponding Python mdoule, avoiding circular dependencies.
-
Martin Nolte authored
-
Martin Nolte authored
This patch exports all enum-types defined in dune-grid (or added by dune-python and associated to dune-grid) to the Python namespace dune.grid. Due to the changes in dune.grid, the PartitionIteratorType is no longer required and, hence, is removed. It has been superseeded by the exported partition objects.
-
- Oct 26, 2017
-
-
Martin Nolte authored
-
- Oct 24, 2017
-
-
Martin Nolte authored
-
- Oct 20, 2017
-
-
Martin Nolte authored
-