Dune Core Modules (unstable)

Second order Raviart-Thomas shape functions on the reference quadrilateral. More...

#include <dune/localfunctions/raviartthomas/raviartthomas2cube2d/raviartthomas2cube2dlocalbasis.hh>

Public Member Functions

 RT2Cube2DLocalBasis (unsigned int s=0)
 Make set number s, where 0 <= s < 16. More...
 
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. More...
 
void evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const
 Evaluate Jacobian of all shape functions. More...
 
void partial (const std::array< unsigned int, 2 > &order, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const
 Evaluate partial derivatives of all shape functions.
 
unsigned int order () const
 Polynomial order of the shape functions.
 

Detailed Description

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

Second order Raviart-Thomas shape functions on the reference quadrilateral.

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

Constructor & Destructor Documentation

◆ RT2Cube2DLocalBasis()

template<class D , class R >
Dune::RT2Cube2DLocalBasis< D, R >::RT2Cube2DLocalBasis ( unsigned int  s = 0)
inline

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

Parameters
sEdge orientation indicator

Member Function Documentation

◆ evaluateFunction()

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

Evaluate all shape functions.

Parameters
inPosition
outreturn value

Referenced by Dune::RT2Cube2DLocalBasis< D, R >::partial().

◆ evaluateJacobian()

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

Evaluate Jacobian of all shape functions.

Parameters
inPosition
outreturn value

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Mar 27, 23:31, 2024)