dune-pdelab 2.8
Loading...
Searching...
No Matches
Dune::Pk1dLocalFiniteElement< D, R > Class Template Reference

Define the Pk Lagrange basis functions in 1d on the reference interval. More...

#include <dune/pdelab/finiteelement/pk1d.hh>

Inheritance diagram for Dune::Pk1dLocalFiniteElement< D, R >:
Inheritance graph

Public Types

typedef Base::Traits Traits
 
typedef GenericLocalFiniteElement< BasisF, CoeffF, InterpolF > This
 
typedef BasisF::Key Key
 
typedef BasisF BasisFactory
 
typedef CoeffF CoefficientFactory
 
typedef InterpolF InterpolationFactory
 

Public Member Functions

 Pk1dLocalFiniteElement (std::size_t k)
 
const Traits::LocalBasisType & localBasis () const
 
const Traits::LocalCoefficientsType & localCoefficients () const
 
const Traits::LocalInterpolationType & localInterpolation () const
 
unsigned int size () const
 
GeometryType type () const
 

Static Public Attributes

static const unsigned int dimDomain
 

Detailed Description

template<class D, class R>
class Dune::Pk1dLocalFiniteElement< D, R >

Define the Pk Lagrange basis functions in 1d on the reference interval.

Unlike the corresponding implementation in dune-localfunctions, the order k is a run-time parameter here!

Template Parameters
DType to represent domain.
RType to represent range.

Constructor & Destructor Documentation

◆ Pk1dLocalFiniteElement()

template<class D , class R >
Dune::Pk1dLocalFiniteElement< D, R >::Pk1dLocalFiniteElement ( std::size_t  k)
inline

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