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

First order Raviart-Thomas shape functions on triangles. More...

#include <dune/localfunctions/raviartthomas/raviartthomas12d.hh>

Public Types

typedef LocalFiniteElementTraits< RT12DLocalBasis< D, R >, RT12DLocalCoefficients, RT12DLocalInterpolation< RT12DLocalBasis< D, R > > > Traits
 

Public Member Functions

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

Detailed Description

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

First order Raviart-Thomas 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

◆ RT12DLocalFiniteElement() [1/2]

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

Standard constructor.

◆ RT12DLocalFiniteElement() [2/2]

template<class D , class R >
Dune::RT12DLocalFiniteElement< D, R >::RT12DLocalFiniteElement ( 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::RT12DLocalFiniteElement< D, R >::localBasis ( ) const
inline

◆ localCoefficients()

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

◆ localInterpolation()

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

◆ size()

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

Number of shape functions in this finite element.

◆ type()

template<class D , class R >
GeometryType Dune::RT12DLocalFiniteElement< D, R >::type ( ) const
inline

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