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

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

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

Public Types

typedef
LocalFiniteElementTraits
< RT1Q3DLocalBasis< D, R >
, RT1Q3DLocalCoefficients,
RT1Q3DLocalInterpolation
< RT1Q3DLocalBasis< D, R > > > 
Traits
 

Public Member Functions

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

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

Standard constructor.

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

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

Parameters
sEdge orientation indicator

Member Function Documentation

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

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