dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Dune::BDM2Simplex2DLocalFiniteElement< D, R > Class Template Reference

Second order Brezzi-Douglas-Marini shape functions on triangles. More...

#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini2simplex2d.hh>

Inheritance diagram for Dune::BDM2Simplex2DLocalFiniteElement< D, R >:
Inheritance graph

Public Types

typedef LocalFiniteElementTraits< BDM2Simplex2DLocalBasis< D, R >, BDM2Simplex2DLocalCoefficients, BDM2Simplex2DLocalInterpolation< BDM2Simplex2DLocalBasis< D, R > > > Traits
 

Public Member Functions

 BDM2Simplex2DLocalFiniteElement ()
 Standard constructor.
 
 BDM2Simplex2DLocalFiniteElement (int s)
 Make set number s, where 0 <= s < 8.
 
const Traits::LocalBasisTypelocalBasis () const
 
const Traits::LocalCoefficientsTypelocalCoefficients () const
 
const Traits::LocalInterpolationTypelocalInterpolation () const
 
unsigned int size () const
 Number of shape functions in this finite element.
 

Static Public Member Functions

static constexpr GeometryType type ()
 

Detailed Description

template<class D, class R>
class Dune::BDM2Simplex2DLocalFiniteElement< D, R >

Second order Brezzi-Douglas-Marini shape functions on triangles.

Template Parameters
DType to represent the field in the domain.
RType to represent the field in the range.

Member Typedef Documentation

◆ Traits

Constructor & Destructor Documentation

◆ BDM2Simplex2DLocalFiniteElement() [1/2]

template<class D , class R >
Dune::BDM2Simplex2DLocalFiniteElement< D, R >::BDM2Simplex2DLocalFiniteElement ( )
inline

Standard constructor.

◆ BDM2Simplex2DLocalFiniteElement() [2/2]

template<class D , class R >
Dune::BDM2Simplex2DLocalFiniteElement< D, R >::BDM2Simplex2DLocalFiniteElement ( int  s)
inline

Make set number s, where 0 <= s < 8.

Parameters
sEdge orientation indicator

Member Function Documentation

◆ localBasis()

template<class D , class R >
const Traits::LocalBasisType & Dune::BDM2Simplex2DLocalFiniteElement< D, R >::localBasis ( ) const
inline

◆ localCoefficients()

template<class D , class R >
const Traits::LocalCoefficientsType & Dune::BDM2Simplex2DLocalFiniteElement< D, R >::localCoefficients ( ) const
inline

◆ localInterpolation()

template<class D , class R >
const Traits::LocalInterpolationType & Dune::BDM2Simplex2DLocalFiniteElement< D, R >::localInterpolation ( ) const
inline

◆ size()

template<class D , class R >
unsigned int Dune::BDM2Simplex2DLocalFiniteElement< D, R >::size ( ) const
inline

Number of shape functions in this finite element.

◆ type()

template<class D , class R >
static constexpr GeometryType Dune::BDM2Simplex2DLocalFiniteElement< D, R >::type ( )
inlinestaticconstexpr

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