Skip to content

improve Python bindings for reference element

Martin Nolte requested to merge feature/improve-refelement into master

Changes include

  • export dimension
  • add methods returning information for all subentities of a codimension
  • add variants taking std::tuple< int, int > instead of two integers to describe a subentity
  • add checks for input parameters
  • add some documentation

Merge request reports