[cleanup] Drop code copied from pdelab
requested to merge feature/raviart-thomas-basis-cubes-drop-pdelab into feature/raviart-thomas-basis-cubes
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