dune-pdelab  2.5-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 > Class Template Reference

#include <dune/pdelab/finiteelementmap/pkfem.hh>

Inheritance diagram for Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >:
Inheritance graph

Public Types

typedef LocalFiniteElementMapTraits< FE > Traits
 export type of the signature More...
 

Public Member Functions

 PkLocalFiniteElementMapBase (const GV &gv)
 
template<typename Entity >
const Traits::FiniteElementTypefind (const Entity &e) const
 get local basis functions for entity More...
 
bool fixedSize () const
 
bool hasDOFs (int codim) const
 
std::size_t size (GeometryType gt) const
 
std::size_t maxLocalSize () const
 
const Traits::FiniteElementTypefind (const EntityType &e) const=delete
 Return local basis for the given entity. More...
 

Member Typedef Documentation

◆ Traits

template<typename GV , typename D , typename R , unsigned int k>
typedef LocalFiniteElementMapTraits<FE> Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::Traits

export type of the signature

Constructor & Destructor Documentation

◆ PkLocalFiniteElementMapBase()

template<typename GV , typename D , typename R , unsigned int k>
Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::PkLocalFiniteElementMapBase ( const GV &  gv)
inline

Member Function Documentation

◆ find() [1/2]

const Traits::FiniteElementType& Dune::PDELab::LocalFiniteElementMapInterface< LocalFiniteElementMapTraits< Dune::PkLocalFiniteElement< D, R, 2, k > > , PkLocalFiniteElementMapBase< GV, D, R, k, 2 > >::find ( const EntityType &  e) const
deleteinherited

Return local basis for the given entity.

The return value is a reference to Traits::LocalBasisType. If there is a different local basis for two elements then this type must be polymorphic.

◆ find() [2/2]

template<typename GV , typename D , typename R , unsigned int k>
template<typename Entity >
const Traits::FiniteElementType& Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::find ( const Entity &  e) const
inline

get local basis functions for entity

◆ fixedSize()

template<typename GV , typename D , typename R , unsigned int k>
bool Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::fixedSize ( ) const
inline

◆ hasDOFs()

template<typename GV , typename D , typename R , unsigned int k>
bool Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::hasDOFs ( int  codim) const
inline

◆ maxLocalSize()

template<typename GV , typename D , typename R , unsigned int k>
std::size_t Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::maxLocalSize ( ) const
inline

◆ size()

template<typename GV , typename D , typename R , unsigned int k>
std::size_t Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::size ( GeometryType  gt) const
inline

The documentation for this class was generated from the following file: