- 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
-
Martin Nolte authored
-
Martin Nolte authored
-
- Oct 18, 2017
-
-
Andreas Dedner authored
-
- Oct 04, 2017
-
-
Christoph Grüninger authored
-
- Jun 28, 2017
-
-
Martin Nolte authored
Building Python modules through Pybind11 is a recurring task in our Python bindings. To reduce maintainance in the build system, we introduce a CMake function "dune_add_pybind11_module", which is semantically inspired by the "dune_add_test" function.
-
- Mar 17, 2017
-
-
Martin Nolte authored
This module simply imports everything from cPickle or pickle, depending on the Python version.
-
- Feb 23, 2017
-
-
Andreas Dedner authored
included for this function
-
- Feb 06, 2017
-
-
Martin Nolte authored
-
Martin Nolte authored
-
- Sep 30, 2016
-
-
Andreas Dedner authored
of a HAVE_FOO in config.h can be tested for. A possible usage is shown in spgrid/_grid.py Other checks can be added in a similar manner
-
- Sep 26, 2016
-
-
Martin Nolte authored
-
Martin Nolte authored
-
Martin Nolte authored
-
- Sep 23, 2016
-
-
Andreas Dedner authored
-
Andreas Dedner authored
introduce an add_python_targets command taking a list of python scripts and generating a target for each - a base tag is added to make the targets unique even if the filename is identical, i.e., for adding __init__ is different directories. The script copies the script to the build dir
-
- Sep 22, 2016
-
-
Andreas Dedner authored
-
- Sep 12, 2016
-
-
Martin Nolte authored
-
- Aug 02, 2016
-
-
- May 22, 2016
-
-
Martin Nolte authored
-