|
dune-localfunctions
2.2.1
|
Please doc me! More...
#include <dune/localfunctions/lagrange/pk3d/pk3dlocalcoefficients.hh>
Public Member Functions | |
| Pk3DLocalCoefficients () | |
| Standard constructor. More... | |
| Pk3DLocalCoefficients (const unsigned int vertexmap[4]) | |
| std::size_t | size () const |
| number of coefficients More... | |
| const LocalKey & | localKey (std::size_t i) const |
| get i'th index More... | |
Protected Attributes | |
| const Imp & | impl_ |
Please doc me!
|
inline |
Standard constructor.
|
inline |
Constructor for variants with permuted vertices.
| vertexmap | The permutation of the vertices. This can for instance be generated from the global indices of the vertices by reducing those to the integers 0...3 |
|
inlinevirtual |
get i'th index
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
|
inlinevirtual |
number of coefficients
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
|
protectedinherited |
1.8.3.1