First order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral.
More...
|
| BDFMCubeLocalBasis () |
| Standard constructor.
|
|
| BDFMCubeLocalBasis (std::bitset< 4 > s) |
| Make set number s, where 0<= s < 16.
|
|
unsigned int | size () const |
| number of shape functions
|
|
void | evaluateFunction (const DomainType &in, std::vector< RangeType > &out) const |
| Evaluate all shape functions.
|
|
void | evaluateJacobian (const DomainType &in, std::vector< JacobianType > &out) const |
| Evaluate Jacobian of all shape functions.
|
|
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.
|
|
unsigned int | order () const |
| Polynomial order of the shape functions.
|
|
template<class D, class R>
class Dune::BDFMCubeLocalBasis< D, R, 2, 1 >
First order Brezzi-Douglas-Fortin-Marini shape functions on the reference quadrialteral.