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

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

Inheritance diagram for Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >:
Inheritance graph

Public Types

typedef LocalFiniteElementMapTraits< FE > Traits
 export type of the signature
 

Public Member Functions

 BDM1Simplex2DLocalFiniteElementMap (const GV &gv_)
 Use when Imp has a standard constructor.
 
template<class EntityType >
const Traits::FiniteElementTypefind (const EntityType &e) const
 get local basis functions for entity
 

Static Public Member Functions

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

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 D, typename R>
class Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >

wrap up element from local functions

Member Typedef Documentation

◆ Traits

template<typename GV , typename D , typename R >
typedef LocalFiniteElementMapTraits<FE> Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::Traits

export type of the signature

Constructor & Destructor Documentation

◆ BDM1Simplex2DLocalFiniteElementMap()

template<typename GV , typename D , typename R >
Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::BDM1Simplex2DLocalFiniteElementMap ( const GV &  gv_)
inline

Use when Imp has a standard constructor.

Member Function Documentation

◆ find()

template<typename GV , typename D , typename R >
template<class EntityType >
const Traits::FiniteElementType & Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::find ( const EntityType &  e) const
inline

get local basis functions for entity

◆ fixedSize()

template<typename GV , typename D , typename R >
static constexpr bool Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::fixedSize ( )
inlinestaticconstexpr

◆ hasDOFs()

template<typename GV , typename D , typename R >
static constexpr bool Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::hasDOFs ( int  codim)
inlinestaticconstexpr

◆ maxLocalSize()

template<typename GV , typename D , typename R >
static constexpr std::size_t Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::maxLocalSize ( )
inlinestaticconstexpr

◆ size()

template<typename GV , typename D , typename R >
static constexpr std::size_t Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::size ( GeometryType  gt)
inlinestaticconstexpr

Member Data Documentation

◆ dimension

template<typename GV , typename D , typename R >
constexpr int Dune::PDELab::BDM1Simplex2DLocalFiniteElementMap< GV, D, R >::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: