dune-localfunctions 2.10
Loading...
Searching...
No Matches
Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim > Class Template Reference

Crouzeix-Raviart finite element. More...

#include <dune/localfunctions/crouzeixraviart.hh>

Public Types

using Traits
 Export number types, dimensions, etc.

Public Member Functions

const Traits::LocalBasisTypelocalBasis () const
 Returns the local basis, i.e., the set of shape functions.
const Traits::LocalCoefficientsTypelocalCoefficients () const
 Returns the assignment of the degrees of freedom to the element subentities.
const Traits::LocalInterpolationTypelocalInterpolation () 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>
class Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim >

Crouzeix-Raviart finite element.

Template Parameters
Dtype used for domain coordinates
Rtype used for function values
dimdimension of the reference element

Member Typedef Documentation

◆ Traits

template<class D, class R, int dim>
using Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim >::Traits
Initial value:
Impl::CrouzeixRaviartLocalCoefficients<dim>,
Impl::CrouzeixRaviartLocalInterpolation<Impl::CrouzeixRaviartLocalBasis<D,R,dim> > >
traits helper struct
Definition localfiniteelementtraits.hh:13

Export number types, dimensions, etc.

Member Function Documentation

◆ localBasis()

template<class D, class R, int dim>
const Traits::LocalBasisType & Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim >::localBasis ( ) const
inline

Returns the local basis, i.e., the set of shape functions.

◆ localCoefficients()

template<class D, class R, int dim>
const Traits::LocalCoefficientsType & Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim >::localCoefficients ( ) const
inline

Returns the assignment of the degrees of freedom to the element subentities.

◆ localInterpolation()

template<class D, class R, int dim>
const Traits::LocalInterpolationType & Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim >::localInterpolation ( ) const
inline

Returns object that evaluates degrees of freedom.

◆ size()

template<class D, class R, int dim>
constexpr std::size_t Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim >::size ( )
inlinestaticconstexpr

The number of shape functions.

◆ type()

template<class D, class R, int dim>
constexpr GeometryType Dune::CrouzeixRaviartLocalFiniteElement< D, R, dim >::type ( )
inlinestaticconstexpr

The reference element that the local finite element is defined on.


The documentation for this class was generated from the following file: