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
54 #endif // DUNE_PDELAB_FINITEELEMENTMAP_OPBFEM_HH This file defines polynomial basis functions on the reference element in a generic way...
static const unsigned int value
Definition: gridfunctionspace/tags.hh:139
static constexpr std::size_t size(GeometryType gt)
Definition: opbfem.hh:34
static constexpr std::size_t maxLocalSize()
Definition: opbfem.hh:44
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
static constexpr bool hasDOFs(int codim)
Definition: opbfem.hh:29
static constexpr bool fixedSize()
Definition: opbfem.hh:24
Definition: l2orthonormal.hh:158
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:111