dune-pdelab  2.5-dev
Public Types | Public Member Functions | Static 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)
 
std::size_t size (GeometryType gt) const
 
const Traits::FiniteElementTypefind (const EntityType &e) const
 get local basis functions for entity More...
 
bool hasDOFs (int codim) const=delete
 return if FiniteElementMap has degrees of freedom for given codimension More...
 

Static Public Member Functions

static constexpr bool fixedSize ()
 
static constexpr bool hasDOFs (int codim)
 
static constexpr std::size_t maxLocalSize ()
 

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

◆ Traits

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

export type of the signature

Constructor & Destructor Documentation

◆ P0LocalFiniteElementMap()

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

Member Function Documentation

◆ find()

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

get local basis functions for entity

◆ fixedSize()

template<class D , class R , int d>
static constexpr bool Dune::PDELab::P0LocalFiniteElementMap< D, R, d >::fixedSize ( )
inlinestaticconstexpr

◆ hasDOFs() [1/2]

template<class D , class R , int d>
static constexpr bool Dune::PDELab::P0LocalFiniteElementMap< D, R, d >::hasDOFs ( int  codim)
inlinestaticconstexpr

◆ hasDOFs() [2/2]

bool Dune::PDELab::LocalFiniteElementMapInterface< LocalFiniteElementMapTraits< Dune::P0LocalFiniteElement< D, R, d > > , SimpleLocalFiniteElementMap< Dune::P0LocalFiniteElement< D, R, d > > >::hasDOFs ( int  codim) const
deleteinherited

return if FiniteElementMap has degrees of freedom for given codimension

◆ maxLocalSize()

template<class D , class R , int d>
static constexpr std::size_t Dune::PDELab::P0LocalFiniteElementMap< D, R, d >::maxLocalSize ( )
inlinestaticconstexpr

◆ size()

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: