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)
36DUNE_NO_DEPRECATED_BEGIN
37 if (gt == GeometryType(bt,d))
39 return BasisTraits::template Size<k,d>::value;
46 return BasisTraits::template Size<k,d>::value;
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