Go to the documentation of this file.
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;
43 #endif // DUNE_PDELAB_FINITEELEMENTMAP_RANNACHERTUREKFEM_HH
Definition: rannacherturekfem.hh:14
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:98
static constexpr bool fixedSize()
Definition: rannacherturekfem.hh:19
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
static constexpr std::size_t size(GeometryType gt)
Definition: rannacherturekfem.hh:29
static constexpr std::size_t maxLocalSize()
Definition: rannacherturekfem.hh:34
static constexpr bool hasDOFs(int codim)
Definition: rannacherturekfem.hh:24