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

implementation for finite elements requiring oriented edges More...

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

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

Public Types

typedef LocalFiniteElementMapTraits< FE > Traits
 export type of the signature
 

Public Member Functions

 EdgeS0LocalFiniteElementMap (const GV &gv_)
 construct EdgeSLocalFiniteElementMap
 
template<class EntityType >
const Traits::FiniteElementType & find (const EntityType &e) const
 get local basis functions for entity
 

Static Public Attributes

static constexpr int dimension = GV::dimension
 The dimension of the finite elements returned by this map.
 

Detailed Description

template<typename GV, typename FE, typename Imp>
class Dune::PDELab::EdgeS0LocalFiniteElementMap< GV, FE, Imp >

implementation for finite elements requiring oriented edges

This is for edge elements. It works for one type of Geometry only, and the requirements for the local finite element are:

Template Parameters
GVType of gridview to work with
FEType of local finite element
ImpType of the final LocalFiniteElementMap implementation

Member Typedef Documentation

◆ Traits

template<typename GV , typename FE , typename Imp >
typedef LocalFiniteElementMapTraits<FE> Dune::PDELab::EdgeS0LocalFiniteElementMap< GV, FE, Imp >::Traits

export type of the signature

Constructor & Destructor Documentation

◆ EdgeS0LocalFiniteElementMap()

template<typename GV , typename FE , typename Imp >
Dune::PDELab::EdgeS0LocalFiniteElementMap< GV, FE, Imp >::EdgeS0LocalFiniteElementMap ( const GV &  gv_)
inline

construct EdgeSLocalFiniteElementMap

Member Function Documentation

◆ find()

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

get local basis functions for entity

Member Data Documentation

◆ dimension

template<typename GV , typename FE , typename Imp >
constexpr int Dune::PDELab::EdgeS0LocalFiniteElementMap< GV, FE, Imp >::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: