4 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_OPBFEM_HH
5 #define DUNE_PDELAB_FINITEELEMENTMAP_OPBFEM_HH
7 #include <dune/common/deprecated.hh>
17 template<
class D,
class R,
int k,
int d, Dune::GeometryType::BasicType bt,
typename ComputationFieldType=R, PB::BasisType basisType = PB::BasisType::Pk>
34 static constexpr std::size_t
size(GeometryType gt)
36 DUNE_NO_DEPRECATED_BEGIN
37 if (gt == GeometryType(bt,d))
38 DUNE_NO_DEPRECATED_END
This file defines polynomial basis functions on the reference element in a generic way.
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Definition: l2orthonormal.hh:159
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:101
static constexpr bool hasDOFs(int codim)
Definition: opbfem.hh:29
static constexpr std::size_t maxLocalSize()
Definition: opbfem.hh:44
static constexpr bool fixedSize()
Definition: opbfem.hh:24
static constexpr std::size_t size(GeometryType gt)
Definition: opbfem.hh:34
static const unsigned int value
Definition: gridfunctionspace/tags.hh:139