Dune Core Modules (2.9.0)

Dune::BDFMCubeLocalBasis< D, R, 2, 1 > Class Template Reference

First order Brezzi-Douglas-Fortin-Marini shape functions on the refrence quadrialteral. More...

#include <dune/localfunctions/brezzidouglasfortinmarini/cube/localbasis.hh>

Public Member Functions

 BDFMCubeLocalBasis ()
 Standard constructor.
 
 BDFMCubeLocalBasis (std::bitset< 4 > s)
 Make set number s, where 0<= s < 16. More...
 
unsigned int size () const
 number of shape functions
 
void evaluateFunction (const DomainType &in, std::vector< RangeType > &out) const
 Evaluate all shape functions. More...
 
void evaluateJacobian (const DomainType &in, std::vector< JacobianType > &out) const
 Evaluate Jacobian of all shape functions. More...
 
void partial (const std::array< unsigned int, 2 > &order, const DomainType &in, std::vector< RangeType > &out) const
 Evaluate all partial derivatives of all shape functions. More...
 
unsigned int order () const
 Polynomial order of the shape functions.
 

Detailed Description

template<class D, class R>
class Dune::BDFMCubeLocalBasis< D, R, 2, 1 >

First order Brezzi-Douglas-Fortin-Marini shape functions on the refrence quadrialteral.

Constructor & Destructor Documentation

◆ BDFMCubeLocalBasis()

template<class D , class R >
Dune::BDFMCubeLocalBasis< D, R, 2, 1 >::BDFMCubeLocalBasis ( std::bitset< 4 >  s)
inline

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

Parameters
sEdge orientation indicator

Member Function Documentation

◆ evaluateFunction()

template<class D , class R >
void Dune::BDFMCubeLocalBasis< D, R, 2, 1 >::evaluateFunction ( const DomainType in,
std::vector< RangeType > &  out 
) const
inline

Evaluate all shape functions.

Parameters
inPosition
outreturn value

◆ evaluateJacobian()

template<class D , class R >
void Dune::BDFMCubeLocalBasis< D, R, 2, 1 >::evaluateJacobian ( const DomainType in,
std::vector< JacobianType > &  out 
) const
inline

Evaluate Jacobian of all shape functions.

Parameters
inPosition
outreturn value

◆ partial()

template<class D , class R >
void Dune::BDFMCubeLocalBasis< D, R, 2, 1 >::partial ( const std::array< unsigned int, 2 > &  order,
const DomainType in,
std::vector< RangeType > &  out 
) const
inline

Evaluate all partial derivatives of all shape functions.

Parameters
orderorder the partial derivative
inPosition
outreturn value

References Dune::Hybrid::accumulate(), and DUNE_THROW.


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