-
- Downloads
[!790] Feature/add python bindings
Merge branch 'feature/addPythonBindings' into 'master' ref:core/dune-common\> As discussed at the developer meeting (in 2018) the Python bindings are being moved from dune-python into the core modules. Corresponding merge requests are open in `dune-geometry, dune-grid, dune-istl, dune-alugrid, dune-spgrid, dune-polygongrid` and in dune-fem,dune-fem-dg,dune-vem I want to merge this quickly because rebasing all the merge request will get more involved the longer I wait. @all so if there are any comments please let me know See merge request [!790] [!790]: gitlab.dune-project.org/core/dune-common/merge_requests/790 Closes #28
Showing
- .gitlab-ci.yml 20 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- CMakeLists.txt 6 additions, 0 deletionsCMakeLists.txt
- LICENSE.md 6 additions, 0 deletionsLICENSE.md
- bin/CMakeLists.txt 2 additions, 0 deletionsbin/CMakeLists.txt
- bin/find_modules.py 32 additions, 0 deletionsbin/find_modules.py
- bin/rmgenerated.py 40 additions, 0 deletionsbin/rmgenerated.py
- bin/setup-dunepy.py 113 additions, 0 deletionsbin/setup-dunepy.py
- cmake/modules/CMakeLists.txt 3 additions, 0 deletionscmake/modules/CMakeLists.txt
- cmake/modules/DuneAddPybind11Module.cmake 81 additions, 0 deletionscmake/modules/DuneAddPybind11Module.cmake
- cmake/modules/DunePythonCommonMacros.cmake 3 additions, 0 deletionscmake/modules/DunePythonCommonMacros.cmake
- cmake/modules/DunePythonMacros.cmake 26 additions, 0 deletionscmake/modules/DunePythonMacros.cmake
- cmake/modules/DunePythonTestCommand.cmake 6 additions, 2 deletionscmake/modules/DunePythonTestCommand.cmake
- cmake/modules/DuneSphinxDoc.cmake 99 additions, 0 deletionscmake/modules/DuneSphinxDoc.cmake
- dune/CMakeLists.txt 5 additions, 0 deletionsdune/CMakeLists.txt
- dune/python/CMakeLists.txt 3 additions, 0 deletionsdune/python/CMakeLists.txt
- dune/python/common/CMakeLists.txt 21 additions, 0 deletionsdune/python/common/CMakeLists.txt
- dune/python/common/densematrix.hh 74 additions, 0 deletionsdune/python/common/densematrix.hh
- dune/python/common/densevector.hh 180 additions, 0 deletionsdune/python/common/densevector.hh
- dune/python/common/dimrange.hh 105 additions, 0 deletionsdune/python/common/dimrange.hh
Loading
Please register or sign in to comment