dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS4_CUBE2D_LOCALFINITEELEMENT_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS4_CUBE2D_LOCALFINITEELEMENT_HH
6 #include <dune/geometry/type.hh>
8 #include "../common/localfiniteelementtraits.hh"
25 template<
class D,
class R>
70 static constexpr GeometryType
type ()
72 return GeometryTypes::quadrilateral;
81 #endif // DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS4_CUBE2D_LOCALFINITEELEMENT_HH
RT4Cube2DLocalFiniteElement(int s)
Make set number s, where 0 <= s < 16.
Definition: raviartthomas4cube2d.hh:44
Definition: bdfmcube.hh:15
unsigned int size() const
Number of shape functions in this finite element.
Definition: raviartthomas4cube2d.hh:65
Second order Raviart-Thomas shape functions on the reference triangle.
Definition: raviartthomas4cube2dlocalinterpolation.hh:23
Second order Raviart-Thomas shape functions on the reference quadrilateral.
Definition: raviartthomas4cube2dlocalbasis.hh:26
Layout map for Raviart-Thomas-4 elements on quadrilaterals.
Definition: raviartthomas4cube2dlocalcoefficients.hh:20
traits helper struct
Definition: localfiniteelementtraits.hh:10
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
LocalFiniteElementTraits< RT4Cube2DLocalBasis< D, R >, RT4Cube2DLocalCoefficients, RT4Cube2DLocalInterpolation< RT4Cube2DLocalBasis< D, R > > > Traits
Definition: raviartthomas4cube2d.hh:33
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
RT4Cube2DLocalFiniteElement()
Standard constructor.
Definition: raviartthomas4cube2d.hh:36
static constexpr GeometryType type()
Definition: raviartthomas4cube2d.hh:70
const Traits::LocalBasisType & localBasis() const
Definition: raviartthomas4cube2d.hh:49
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
const Traits::LocalInterpolationType & localInterpolation() const
Definition: raviartthomas4cube2d.hh:59
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: raviartthomas4cube2d.hh:54
Second order Raviart-Thomas shape functions on cubes.
Definition: raviartthomas4cube2d.hh:26