Skip to content

Feature/python bindings

Andreas Dedner requested to merge feature/pythonBindings into master

Idea is to decommission dune-fempy. So this MR moved all the relevant folders from there to dune-fem. Still a bit of cleanup and testing needed.

List of files changed / added:

  • dune/CMakeLists.txt
  • dune/fem/CMakeLists.txt
  • dune/fem/gridpart/CMakeLists.txt
  • dune/fem/gridpart/common/CMakeLists.txt
  • dune/fem/gridpart/common/compositegeometry.hh
  • dune/fem/gridpart/common/localfunctiongeometry.hh
  • dune/fem/gridpart/common/sharedgeometry.hh
  • dune/fem/gridpart/common/simplegeometry.hh
  • dune/fem/gridpart/common/unimplementedgeometry.hh
  • dune/fem/gridpart/filter/CMakeLists.txt
  • dune/fem/gridpart/filter/simple.hh
  • dune/fem/gridpart/geometrygridpart.hh
  • dune/fem/gridpart/geometrygridpart/*
  • dune/fem/marking/*
  • dune/fem/operator/common/CMakeLists.txt
  • dune/fem/operator/common/localmatrixcolumn.hh
  • dune/fem/operator/linear/numpyoperator.hh
  • dune/fem/schemes/*
  • dune/fem/space/CMakeLists.txt
  • dune/fem/space/p1bubble.hh
  • dune/fempy/*
  • python/*
  • cmake/modules/CMakeLists.txt
  • cmake/modules/DuneFempyMacros.cmake
  • cmake/modules/UseModelCompiler.cmak
  • dune.module
  • CMakeLists.txt
Edited by Andreas Dedner

Merge request reports