dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASFORTINMARINI_BDFMCUBE_HH
4 #define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASFORTINMARINI_BDFMCUBE_HH
6 #include <dune/geometry/type.hh>
41 template<
class D,
class R,
unsigned int dim,
unsigned int order>
60 : basis( s ), interpolation( s )
68 unsigned int size ()
const {
return basis.size(); }
69 static constexpr
auto type () -> GeometryType {
return GeometryTypes::cube(dim); }
73 LocalCoefficients coefficients;
74 LocalInterpolation interpolation;
79 #endif // #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASFORTINMARINI_BDFMCUBE_HH
Brezzi-Douglas-Fortin-Marini shape functions on a reference cube.
Definition: brezzidouglasfortinmarini/cube/localbasis.hh:34
auto localCoefficients() const -> const LocalCoefficients &
Definition: bdfmcube.hh:64
Definition: bdfmcube.hh:15
Brezzi-Douglas-Fortin-Marini finite elements for cubes.
Definition: bdfmcube.hh:42
unsigned int size() const
Number of shape functions in this finite element.
Definition: bdfmcube.hh:68
BDFMCubeLocalFiniteElement()
Standard constructor.
Definition: bdfmcube.hh:52
traits helper struct
Definition: localfiniteelementtraits.hh:10
auto localInterpolation() const -> const LocalInterpolation &
Definition: bdfmcube.hh:65
BDFMCubeLocalFiniteElement(std::bitset< 2 *dim > s)
Make set number s, where 0 <= s < 2^(2*dim)
Definition: bdfmcube.hh:59
auto localBasis() const -> const LocalBasis &
Definition: bdfmcube.hh:63
Layout map for Brezzi-Douglas-Fortin-Marini elements on cubes.
Definition: localcoefficients.hh:30
Interpolation for Brezzi-Douglas-Fortin-Marini shape functions on cubes.
Definition: brezzidouglasfortinmarini/cube/localinterpolation.hh:35
static constexpr auto type() -> GeometryType
Definition: bdfmcube.hh:69