Skip to content

[cleanup] Drop code copied from pdelab

In fact we only need the setup loop for the variants. This loop is tiny compared to the 1000 lines copied from pdelab. This commit was intended to be minimal invasive. This could be simplified even further by:

  • moving the members and setup of RaviartThomasFiniteElementMap directly into the factory
  • store a pointer to factory in the nodes
  • exporting the variant count directly from the LFE implementations in dune-localfunctions

Merge request reports