2 #ifndef DUNE_PDELAB_OPBFEM_HH
3 #define DUNE_PDELAB_OPBFEM_HH
13 template<
class D,
class R,
int k,
int d, Dune::GeometryType::BasicType bt,
typename ComputationFieldType=R, PB::BasisType basisType = PB::BasisType::Pk>
25 std::size_t
size(GeometryType gt)
const
27 if (gt == GeometryType(bt,d))
Definition: l2orthonormal.hh:258
bool fixedSize() const
Definition: opbfem.hh:20
static const unsigned int value
Definition: gridfunctionspace/tags.hh:175
std::size_t size(GeometryType gt) const
Definition: opbfem.hh:25
std::size_t maxLocalSize() const
Definition: opbfem.hh:33
Definition: adaptivity.hh:27
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:107
This file defines polynomial basis functions on the reference element in a generic way...