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. | |
| const Traits::LocalCoefficientsType & | localCoefficients () const |
| Returns the assignment of the degrees of freedom to the element subentities. | |
| const Traits::LocalInterpolationType & | localInterpolation () const |
| Returns object that evaluates degrees of freedom. | |
Static Public Member Functions | |
| static constexpr std::size_t | size () |
| The number of coefficients in the basis. | |
| static constexpr Dune::GeometryType | type () |
| The reference element type that the local finite element is defined on. | |
| using Dumux::PQ1BubbleLocalFiniteElement< D, R, dim, typeId >::Traits = Dune::LocalFiniteElementTraits<Basis, Coefficients, Interpolation> |
|
inline |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |