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

Lowest order Raviart-Thomas shape functions on the reference hexahedron. More...

#include <dune/localfunctions/raviartthomas/raviartthomas0q3d/raviartthomas0q3dall.hh>

Public Types

typedef LocalBasisTraits< D,
3, Dune::FieldVector< D, 3 >
, R, 3, Dune::FieldVector< R, 3 >
, Dune::FieldMatrix< R, 3, 3 > > 
Traits
 

Public Member Functions

 RT0Q3DLocalBasis ()
 Standard constructor. More...
 
 RT0Q3DLocalBasis (unsigned int s)
 Make set numer s, where 0<=s<64. More...
 
unsigned int size () const
 number of shape functions More...
 
void evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const
 Evaluate all shape functions. More...
 
void evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const
 Evaluate Jacobian of all shape functions. More...
 
unsigned int order () const
 Polynomial order of the shape functions. More...
 

Detailed Description

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

Lowest order Raviart-Thomas shape functions on the reference hexahedron.

Template Parameters
DType to represent the field in the domain.
RType to represent the field in the range.

Member Typedef Documentation

template<class D , class R >
typedef LocalBasisTraits<D,3,Dune::FieldVector<D,3>,R,3,Dune::FieldVector<R,3>, Dune::FieldMatrix<R,3,3> > Dune::RT0Q3DLocalBasis< D, R >::Traits

Constructor & Destructor Documentation

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

Standard constructor.

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

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

Member Function Documentation

template<class D , class R >
void Dune::RT0Q3DLocalBasis< D, R >::evaluateFunction ( const typename Traits::DomainType in,
std::vector< typename Traits::RangeType > &  out 
) const
inline

Evaluate all shape functions.

template<class D , class R >
void Dune::RT0Q3DLocalBasis< D, R >::evaluateJacobian ( const typename Traits::DomainType in,
std::vector< typename Traits::JacobianType > &  out 
) const
inline

Evaluate Jacobian of all shape functions.

template<class D , class R >
unsigned int Dune::RT0Q3DLocalBasis< D, R >::order ( ) const
inline

Polynomial order of the shape functions.

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

number of shape functions


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