dune-localfunctions  2.3beta2
Public Types | Public Member Functions | List of all members
Dune::BDM1Simplex2DLocalFiniteElement< D, R > Class Template Reference

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

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

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

Public Types

typedef
LocalFiniteElementTraits
< BDM1Simplex2DLocalBasis< D,
R >
, BDM1Simplex2DLocalCoefficients,
BDM1Simplex2DLocalInterpolation
< BDM1Simplex2DLocalBasis< D,
R > > > 
Traits

Public Member Functions

 BDM1Simplex2DLocalFiniteElement ()
 Standard constructor.
 BDM1Simplex2DLocalFiniteElement (int s)
 Make set number s, where 0 <= s < 8.
const Traits::LocalBasisTypelocalBasis () const
const
Traits::LocalCoefficientsType
localCoefficients () const
const
Traits::LocalInterpolationType
localInterpolation () const
GeometryType type () const

Detailed Description

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

First 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

Constructor & Destructor Documentation

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

Standard constructor.

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

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

Parameters
sEdge orientation indicator

Member Function Documentation

template<class D , class R >
const Traits::LocalBasisType& Dune::BDM1Simplex2DLocalFiniteElement< D, R >::localBasis ( ) const
inline
template<class D , class R >
const Traits::LocalCoefficientsType& Dune::BDM1Simplex2DLocalFiniteElement< D, R >::localCoefficients ( ) const
inline
template<class D , class R >
const Traits::LocalInterpolationType& Dune::BDM1Simplex2DLocalFiniteElement< D, R >::localInterpolation ( ) const
inline
template<class D , class R >
GeometryType Dune::BDM1Simplex2DLocalFiniteElement< D, R >::type ( ) const
inline

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