dune-localfunctions  2.6-git
Public Types | Public Member Functions | List of all members
Dune::Pk3DLocalBasis< D, R, 0 > Class Template Reference

#include <dune/localfunctions/lagrange/pk3d/pk3dlocalbasis.hh>

Public Types

enum  { N = 1 }
 Export the number of degrees of freedom. More...
 
enum  { O = 0 }
 Export the element order. More...
 
typedef LocalBasisTraits< D, 3, Dune::FieldVector< D, 3 >, R, 1, Dune::FieldVector< R, 1 >, Dune::FieldMatrix< R, 1, 3 > > Traits
 

Public Member Functions

unsigned int size () const
 
void evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const
 
void evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const
 
void partial (const std::array< unsigned int, 3 > &order, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const
 Evaluate partial derivatives of any order of all shape functions. More...
 
template<typename E , typename F , typename C >
void interpolate (const E &e, const F &f, std::vector< C > &out) const
 
unsigned int order () const
 

Member Typedef Documentation

◆ Traits

template<class D , class R >
typedef LocalBasisTraits<D,3,Dune::FieldVector<D,3>,R,1,Dune::FieldVector<R,1>, Dune::FieldMatrix<R,1,3> > Dune::Pk3DLocalBasis< D, R, 0 >::Traits

Member Enumeration Documentation

◆ anonymous enum

template<class D , class R >
anonymous enum

Export the number of degrees of freedom.

Enumerator

◆ anonymous enum

template<class D , class R >
anonymous enum

Export the element order.

Enumerator

Member Function Documentation

◆ evaluateFunction()

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

◆ evaluateJacobian()

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

◆ interpolate()

template<class D , class R >
template<typename E , typename F , typename C >
void Dune::Pk3DLocalBasis< D, R, 0 >::interpolate ( const E &  e,
const F &  f,
std::vector< C > &  out 
) const
inline

◆ order()

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

◆ partial()

template<class D , class R >
void Dune::Pk3DLocalBasis< D, R, 0 >::partial ( const std::array< unsigned int, 3 > &  order,
const typename Traits::DomainType in,
std::vector< typename Traits::RangeType > &  out 
) const
inline

Evaluate partial derivatives of any order of all shape functions.

Parameters
orderOrder of the partial derivatives, in the classic multi-index notation
inPosition where to evaluate the derivatives
[out]outReturn value: the desired partial derivatives

◆ size()

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

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