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>
29 static constexpr std::size_t
size(GeometryType gt)
31 return gt == GeometryTypes::line ? 1 : 0;
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:101
Definition: rannacherturekfem.hh:16
static constexpr bool hasDOFs(int codim)
Definition: rannacherturekfem.hh:24
static constexpr std::size_t maxLocalSize()
Definition: rannacherturekfem.hh:34
static constexpr std::size_t size(GeometryType gt)
Definition: rannacherturekfem.hh:29
static constexpr bool fixedSize()
Definition: rannacherturekfem.hh:19