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 >
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 >
|
inline |
Make set number s, where 0<= s < 16.
- Parameters
-
s Edge orientation indicator
Member Function Documentation
◆ evaluateFunction()
template<class D , class R >
|
inline |
Evaluate all shape functions.
- Parameters
-
in Position out return value
◆ evaluateJacobian()
template<class D , class R >
|
inline |
Evaluate Jacobian of all shape functions.
- Parameters
-
in Position out return value
◆ partial()
template<class D , class R >
|
inline |
Evaluate all partial derivatives of all shape functions.
- Parameters
-
order order the partial derivative in Position out return 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
