dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::P0LocalFiniteElementMap< D, R, d > Class Template Reference

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

Inheritance diagram for Dune::PDELab::P0LocalFiniteElementMap< D, R, d >:
Inheritance graph

Public Types

typedef
LocalFiniteElementMapTraits
< Dune::P0LocalFiniteElement
< D, R, d > > 
Traits
 export type of the signature More...
 

Public Member Functions

 P0LocalFiniteElementMap (const Dune::GeometryType &type)
 
bool fixedSize () const
 
std::size_t size (GeometryType gt) const
 
std::size_t maxLocalSize () const
 
const Traits::FiniteElementTypefind (const EntityType &e) const
 get local basis functions for entity More...
 

Detailed Description

template<class D, class R, int d>
class Dune::PDELab::P0LocalFiniteElementMap< D, R, d >

wrap up element from local functions

Member Typedef Documentation

typedef LocalFiniteElementMapTraits<Dune::P0LocalFiniteElement< D, R, d > > Dune::PDELab::SimpleLocalFiniteElementMap< Dune::P0LocalFiniteElement< D, R, d > >::Traits
inherited

export type of the signature

Constructor & Destructor Documentation

template<class D , class R , int d>
Dune::PDELab::P0LocalFiniteElementMap< D, R, d >::P0LocalFiniteElementMap ( const Dune::GeometryType &  type)
inline

Member Function Documentation

const Traits::FiniteElementType& Dune::PDELab::SimpleLocalFiniteElementMap< Dune::P0LocalFiniteElement< D, R, d > >::find ( const EntityType &  e) const
inlineinherited

get local basis functions for entity

template<class D , class R , int d>
bool Dune::PDELab::P0LocalFiniteElementMap< D, R, d >::fixedSize ( ) const
inline
template<class D , class R , int d>
std::size_t Dune::PDELab::P0LocalFiniteElementMap< D, R, d >::maxLocalSize ( ) const
inline
template<class D , class R , int d>
std::size_t Dune::PDELab::P0LocalFiniteElementMap< D, R, d >::size ( GeometryType  gt) const
inline

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