Dune::RT02DLocalBasis< D, R > Class Template Reference

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

#include <dune/localfunctions/raviartthomas/raviartthomas02d/raviartthomas02dlocalbasis.hh>

List of all members.

Public Types

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

Public Member Functions

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

Detailed Description

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

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

Template Parameters:
D Type to represent the field in the domain.
R Type to represent the field in the range.

Member Typedef Documentation

template<class D , class R >
typedef LocalBasisTraits<D,2,Dune::FieldVector<D,2>,R,2,Dune::FieldVector<R,2>, Dune::FieldMatrix<R,2,2> > Dune::RT02DLocalBasis< D, R >::Traits

Constructor & Destructor Documentation

template<class D , class R >
Dune::RT02DLocalBasis< D, R >::RT02DLocalBasis (  )  [inline]

Standard constructor.

template<class D , class R >
Dune::RT02DLocalBasis< D, R >::RT02DLocalBasis ( unsigned int  s  )  [inline]

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


Member Function Documentation

template<class D , class R >
void Dune::RT02DLocalBasis< 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::RT02DLocalBasis< 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::RT02DLocalBasis< D, R >::order (  )  const [inline]

Polynomial order of the shape functions.

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

number of shape functions


The documentation for this class was generated from the following file:
Generated on Sat Apr 24 11:15:39 2010 for dune-localfunctions by  doxygen 1.6.3