dune-localfunctions  2.4
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

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

Default constructor.

References Dune::QkLocalCoefficients< k, d >::size().

Member Function Documentation

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

get i'th index

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

number of coefficients

Referenced by Dune::QkLocalCoefficients< k, d >::QkLocalCoefficients().


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