dune-pdelab  2.5-dev
Public Types | Public Member Functions | 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...
 

Detailed Description

template<class Imp, int dim_ = -1>
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_ = -1>
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_ = -1>
Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::SimpleLocalFiniteElementMap ( )
inline

Use when Imp has a standard constructor.

◆ SimpleLocalFiniteElementMap() [2/2]

template<class Imp , int dim_ = -1>
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_ = -1>
template<class EntityType >
const Traits::FiniteElementType& Dune::PDELab::SimpleLocalFiniteElementMap< Imp, dim_ >::find ( const EntityType &  e) const
inline

get local basis functions for entity


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