dune-localfunctions
2.3.1
|
Attaches a shape function to an entity. More...
#include <dune/localfunctions/lagrange/qk/qklocalcoefficients.hh>
Public Member Functions | |
QkLocalCoefficients () | |
Default constructor. | |
std::size_t | size () const |
number of coefficients | |
const LocalKey & | localKey (std::size_t i) const |
get i'th index |
Attaches a shape function to an entity.
k | Polynomial order |
d | Dimension of the reference cube |
|
inline |
Default constructor.
References Dune::QkLocalCoefficients< k, d >::size().
|
inline |
get i'th index
|
inline |
number of coefficients
Referenced by Dune::QkLocalCoefficients< k, d >::QkLocalCoefficients().