dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants > Class Template Reference

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

Inheritance diagram for Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants >:
Inheritance graph

Public Types

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

Public Member Functions

 RTLocalFiniteElementMap (const GV &gv_)
 Use when Imp has a standard constructor. 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 = GV::dimension
 The dimension of the finite elements returned by this map. More...
 

Detailed Description

template<typename GV, typename FE, typename Imp, std::size_t Variants>
class Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants >

wrap up element from local functions

Member Typedef Documentation

◆ Traits

template<typename GV , typename FE , typename Imp , std::size_t Variants>
typedef LocalFiniteElementMapTraits<FE> Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants >::Traits

export type of the signature

Constructor & Destructor Documentation

◆ RTLocalFiniteElementMap()

template<typename GV , typename FE , typename Imp , std::size_t Variants>
Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants >::RTLocalFiniteElementMap ( const GV &  gv_)
inline

Use when Imp has a standard constructor.

Member Function Documentation

◆ find()

template<typename GV , typename FE , typename Imp , std::size_t Variants>
template<class EntityType >
const Traits::FiniteElementType & Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants >::find ( const EntityType &  e) const
inline

get local basis functions for entity

Member Data Documentation

◆ dimension

template<typename GV , typename FE , typename Imp , std::size_t Variants>
constexpr int Dune::PDELab::RTLocalFiniteElementMap< GV, FE, Imp, Variants >::dimension = GV::dimension
staticconstexpr

The dimension of the finite elements returned by this map.


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