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>
28 std::size_t
size(GeometryType gt)
const 30 return gt.isLine() ? 1 : 0;
41 #endif // DUNE_PDELAB_FINITEELEMENTMAP_RANNACHERTUREKFEM_HH std::size_t size(GeometryType gt) const
Definition: rannacherturekfem.hh:28
Definition: rannacherturekfem.hh:14
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:95
bool hasDOFs(int codim) const
Definition: rannacherturekfem.hh:23
bool fixedSize() const
Definition: rannacherturekfem.hh:18
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27
std::size_t maxLocalSize() const
Definition: rannacherturekfem.hh:33