dune-pdelab  2.7-git
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ > Class Template Reference

simple implementation where all entities have the same finite element More...

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

Inheritance diagram for Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >:
Inheritance graph

Public Types

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

Public Member Functions

 SimpleLocalFiniteElementMap ()
 Use when Imp has a standard constructor. More...
 
 SimpleLocalFiniteElementMap (const Imp &imp_)
 Constructor where an instance of Imp can be provided. More...
 
template<class EntityType >
const Traits::FiniteElementTypefind (const EntityType &e) const
 get local basis functions for entity More...
 

Static Public Attributes

static constexpr int dimension = dim_
 

Detailed Description

template<class Imp, int dim_>
class Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >

simple implementation where all entities have the same finite element

Member Typedef Documentation

◆ Traits

template<class Imp , int dim_>
typedef LocalFiniteElementMapTraits<Imp> Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::Traits

export type of the signature

Constructor & Destructor Documentation

◆ SimpleLocalFiniteElementMap() [1/2]

template<class Imp , int dim_>
Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::SimpleLocalFiniteElementMap ( )
inline

Use when Imp has a standard constructor.

◆ SimpleLocalFiniteElementMap() [2/2]

template<class Imp , int dim_>
Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::SimpleLocalFiniteElementMap ( const Imp &  imp_)
inline

Constructor where an instance of Imp can be provided.

Member Function Documentation

◆ find()

template<class Imp , int dim_>
template<class EntityType >
const Traits::FiniteElementType& Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::find ( const EntityType &  e) const
inline

get local basis functions for entity

Member Data Documentation

◆ dimension

template<class Imp , int dim_>
constexpr int Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::dimension = dim_
staticconstexpr

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