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

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

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

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

Public Types

typedef LocalFiniteElementTraits< RT3Cube2DLocalBasis< D, R >, RT3Cube2DLocalCoefficients, RT3Cube2DLocalInterpolation< RT3Cube2DLocalBasis< D, R > > > Traits
 

Public Member Functions

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

Second order Raviart-Thomas shape functions on cubes.

Note
The Jacobian is not implemented.
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

◆ RT3Cube2DLocalFiniteElement() [1/2]

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

Standard constructor.

◆ RT3Cube2DLocalFiniteElement() [2/2]

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

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

Parameters
sEdge orientation indicator

Member Function Documentation

◆ localBasis()

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

◆ localCoefficients()

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

◆ localInterpolation()

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

◆ size()

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

Number of shape functions in this finite element.

◆ type()

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

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