dune-pdelab  2.4-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
 
std::size_t size (GeometryType gt) const
 
std::size_t maxLocalSize () const
 
const Traits::FiniteElementTypefind (const EntityType &e) const
 Return local basis for the given entity. More...
 

Member Typedef Documentation

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

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

References p.

Member Function Documentation

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

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.

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

template<typename GV , typename D , typename R , unsigned int k>
bool Dune::PDELab::fem::PkLocalFiniteElementMapBase< GV, D, R, k, 2 >::fixedSize ( ) const
inline
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
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: