dune-localfunctions
2.1.1
|
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. | |
RT0Q3DLocalBasis (unsigned int s) | |
Make set numer s, where 0<=s<64. | |
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. |
Lowest order Raviart-Thomas shape functions on the reference hexahedron.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
typedef LocalBasisTraits<D,3,Dune::FieldVector<D,3>,R,3,Dune::FieldVector<R,3>, Dune::FieldMatrix<R,3,3> > Dune::RT0Q3DLocalBasis< D, R >::Traits |
Dune::RT0Q3DLocalBasis< D, R >::RT0Q3DLocalBasis | ( | ) | [inline] |
Standard constructor.
Dune::RT0Q3DLocalBasis< D, R >::RT0Q3DLocalBasis | ( | unsigned int | s | ) | [inline] |
Make set numer s, where 0<=s<64.
void Dune::RT0Q3DLocalBasis< D, R >::evaluateFunction | ( | const typename Traits::DomainType & | in, |
std::vector< typename Traits::RangeType > & | out | ||
) | const [inline] |
Evaluate all shape functions.
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.
unsigned int Dune::RT0Q3DLocalBasis< D, R >::order | ( | ) | const [inline] |
Polynomial order of the shape functions.
unsigned int Dune::RT0Q3DLocalBasis< D, R >::size | ( | ) | const [inline] |
number of shape functions