P1/Q1 + Bubble finite element. More...
#include <dumux/discretization/pq1bubble/pq1bubblelocalfiniteelement.hh>
D | type used for domain coordinates |
R | type used for function values |
dim | dimension of the reference element |
typeId | The geometry type |
Public Types | |
using | Traits = Dune::LocalFiniteElementTraits< Basis, Coefficients, Interpolation > |
Public Member Functions | |
const Traits::LocalBasisType & | localBasis () const |
Returns the local basis, i.e., the set of shape functions. More... | |
const Traits::LocalCoefficientsType & | localCoefficients () const |
Returns the assignment of the degrees of freedom to the element subentities. More... | |
const Traits::LocalInterpolationType & | localInterpolation () const |
Returns object that evaluates degrees of freedom. More... | |
Static Public Member Functions | |
static constexpr std::size_t | size () |
The number of coefficients in the basis. More... | |
static constexpr Dune::GeometryType | type () |
The reference element type that the local finite element is defined on. More... | |
using Dumux::PQ1BubbleLocalFiniteElement< D, R, dim, typeId >::Traits = Dune::LocalFiniteElementTraits<Basis, Coefficients, Interpolation> |
|
inline |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |