2 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_RANNACHERTUREKFEM_HH
3 #define DUNE_PDELAB_FINITEELEMENTMAP_RANNACHERTUREKFEM_HH
5 #include<dune/localfunctions/rannacherturek.hh>
13 template<
class D,
class R, std::
size_t d>
23 std::size_t
size(GeometryType gt)
const
25 return gt.isLine() ? 1 : 0;
36 #endif // DUNE_PDELAB_FINITEELEMENTMAP_RANNACHERTUREKFEM_HH
Definition: rannacherturekfem.hh:14
Definition: adaptivity.hh:27
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:107
std::size_t size(GeometryType gt) const
Definition: rannacherturekfem.hh:23
bool fixedSize() const
Definition: rannacherturekfem.hh:18
std::size_t maxLocalSize() const
Definition: rannacherturekfem.hh:28