dune-localfunctions 2.10
|
First order Brezzi-Douglas-Marini shape functions on hexahedron. More...
#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube3d.hh>
Public Types | |
typedef LocalFiniteElementTraits< BDM1Cube3DLocalBasis< D, R >, BDM1Cube3DLocalCoefficients, BDM1Cube3DLocalInterpolation< BDM1Cube3DLocalBasis< D, R > > > | Traits |
Public Member Functions | |
BDM1Cube3DLocalFiniteElement () | |
Standard constructor. | |
BDM1Cube3DLocalFiniteElement (int s) | |
Make set number s, where 0 <= s < 64. | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
unsigned int | size () const |
Number of shape functions in this finite element. | |
Static Public Member Functions | |
static constexpr GeometryType | type () |
First order Brezzi-Douglas-Marini shape functions on hexahedron.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
typedef LocalFiniteElementTraits< BDM1Cube3DLocalBasis<D,R>, BDM1Cube3DLocalCoefficients, BDM1Cube3DLocalInterpolation<BDM1Cube3DLocalBasis<D,R> > > Dune::BDM1Cube3DLocalFiniteElement< D, R >::Traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 64.
s | Edge orientation indicator |
|
inline |
|
inline |
|
inline |
|
inline |
Number of shape functions in this finite element.
|
inlinestaticconstexpr |