Class template Dune::GDT::LocalFiniteElementFamilyInterface

template<class D, size_t d, class R, size_t r, size_t rC>
class Dune::GDT::LocalFiniteElementFamilyInterface<D, d, R, r, rC>

Interface for a family of local finite elements, providing one per geometry type and order.

Method Dune::GDT::LocalFiniteElementFamilyInterface::get

template<class D, size_t d, class R, size_t r, size_t rC>
const int &Dune::GDT::LocalFiniteElementFamilyInterface<D, d, R, r, rC>::get(const GeometryType &geometry_type, const int order) const = 0

No documentation provided.

Destructor Dune::GDT::LocalFiniteElementFamilyInterface::~LocalFiniteElementFamilyInterface<DomainField, domain_dim, RangeField, range_dim, range_dim_columns>

template<>
template<class D, size_t d, class R, size_t r, size_t rC>
virtual Dune::GDT::LocalFiniteElementFamilyInterface<D, d, R, r, rC>::~LocalFiniteElementFamilyInterface<DomainField, domain_dim, RangeField, range_dim, range_dim_columns>() = default

No documentation provided.

Variable Dune::GDT::LocalFiniteElementFamilyInterface::d

const int Dune::GDT::LocalFiniteElementFamilyInterface::d

No documentation provided.

Variable Dune::GDT::LocalFiniteElementFamilyInterface::r

const int Dune::GDT::LocalFiniteElementFamilyInterface::r

No documentation provided.

Variable Dune::GDT::LocalFiniteElementFamilyInterface::rC

const int Dune::GDT::LocalFiniteElementFamilyInterface::rC

No documentation provided.

Type alias Dune::GDT::LocalFiniteElementFamilyInterface::D

type Dune::GDT::LocalFiniteElementFamilyInterface::D

No documentation provided.

Type alias Dune::GDT::LocalFiniteElementFamilyInterface::R

type Dune::GDT::LocalFiniteElementFamilyInterface::R

No documentation provided.