Dune Core Modules (2.7.1)
Dune::LagrangeCubeLocalFiniteElement< D, R, dim, k > Class Template Reference
Lagrange finite element for cubes with arbitrary compile-time dimension and polynomial order. More...
#include <dune/localfunctions/lagrange/lagrangecube.hh>
Public Types | |
using | Traits = LocalFiniteElementTraits< Impl::LagrangeCubeLocalBasis< D, R, dim, k >, Impl::LagrangeCubeLocalCoefficients< dim, k >, Impl::LagrangeCubeLocalInterpolation< Impl::LagrangeCubeLocalBasis< D, R, dim, k > > > |
Export number types, dimensions, etc. | |
Public Member Functions | |
LagrangeCubeLocalFiniteElement () | |
Default constructor. More... | |
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 shape functions. | |
static constexpr GeometryType | type () |
The reference element that the local finite element is defined on. | |
Detailed Description
template<class D, class R, int dim, int k>
class Dune::LagrangeCubeLocalFiniteElement< D, R, dim, k >
class Dune::LagrangeCubeLocalFiniteElement< D, R, dim, k >
Lagrange finite element for cubes with arbitrary compile-time dimension and polynomial order.
- Template Parameters
-
D Type used for domain coordinates R Type used for function values dim dimension of the reference element k Polynomial order in one coordinate direction
Constructor & Destructor Documentation
◆ LagrangeCubeLocalFiniteElement()
template<class D , class R , int dim, int k>
|
inline |
Default constructor.
- Deprecated:
- This explicit implementation only exists to work around a bug in clang 3.8 which disappeared in clang 6
The documentation for this class was generated from the following file:
- dune/localfunctions/lagrange/lagrangecube.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)