dune-localfunctions  2.5.1
Public Member Functions | List of all members
Dune::QkLocalCoefficients< k, d > Class Template Reference

Attaches a shape function to an entity. More...

#include <dune/localfunctions/lagrange/qk/qklocalcoefficients.hh>

Public Member Functions

 QkLocalCoefficients ()
 Default constructor. More...
 
std::size_t size () const
 number of coefficients More...
 
const LocalKeylocalKey (std::size_t i) const
 get i'th index More...
 

Detailed Description

template<int k, int d>
class Dune::QkLocalCoefficients< k, d >

Attaches a shape function to an entity.

Template Parameters
kPolynomial order
dDimension of the reference cube

Constructor & Destructor Documentation

◆ QkLocalCoefficients()

template<int k, int d>
Dune::QkLocalCoefficients< k, d >::QkLocalCoefficients ( )
inline

Default constructor.

Member Function Documentation

◆ localKey()

template<int k, int d>
const LocalKey& Dune::QkLocalCoefficients< k, d >::localKey ( std::size_t  i) const
inline

get i'th index

◆ size()

template<int k, int d>
std::size_t Dune::QkLocalCoefficients< k, d >::size ( ) const
inline

number of coefficients


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