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

Second order Raviart-Thomas shape functions on cubes. More...

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

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

Public Types

typedef LocalFiniteElementTraits< RT2Cube2DLocalBasis< D, R >, RT2Cube2DLocalCoefficients, RT2Cube2DLocalInterpolation< RT2Cube2DLocalBasis< D, R > > > Traits
 

Public Member Functions

 RT2Cube2DLocalFiniteElement ()
 Standard constructor. More...
 
 RT2Cube2DLocalFiniteElement (int s)
 Make set number s, where 0 <= s < 16. 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::RT2Cube2DLocalFiniteElement< D, R >

Second order Raviart-Thomas shape functions on cubes.

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::RT2Cube2DLocalFiniteElement< D, R >::RT2Cube2DLocalFiniteElement ( )
inline

Standard constructor.

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

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

Parameters
sEdge orientation indicator

Member Function Documentation

template<class D , class R >
const Traits::LocalBasisType& Dune::RT2Cube2DLocalFiniteElement< D, R >::localBasis ( ) const
inline
template<class D , class R >
const Traits::LocalCoefficientsType& Dune::RT2Cube2DLocalFiniteElement< D, R >::localCoefficients ( ) const
inline
template<class D , class R >
const Traits::LocalInterpolationType& Dune::RT2Cube2DLocalFiniteElement< D, R >::localInterpolation ( ) const
inline
template<class D , class R >
unsigned int Dune::RT2Cube2DLocalFiniteElement< D, R >::size ( ) const
inline

Number of shape functions in this finite element.

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

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