|
dune-localfunctions
2.2.0
|
Please doc me! More...
#include <dune/localfunctions/lagrange/pk3d/pk3dlocalcoefficients.hh>
Public Member Functions | |
| Pk3DLocalCoefficients () | |
| Standard constructor. | |
| Pk3DLocalCoefficients (const unsigned int vertexmap[4]) | |
| std::size_t | size () const |
| number of coefficients | |
| const LocalKey & | localKey (std::size_t i) const |
| get i'th index | |
Protected Attributes | |
| const Imp & | impl_ |
Please doc me!
| Dune::Pk3DLocalCoefficients< k >::Pk3DLocalCoefficients | ( | ) | [inline] |
Standard constructor.
| Dune::Pk3DLocalCoefficients< k >::Pk3DLocalCoefficients | ( | const unsigned int | vertexmap[4] | ) | [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 |
| const LocalKey& Dune::Pk3DLocalCoefficients< k >::localKey | ( | std::size_t | i | ) | const [inline, virtual] |
get i'th index
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
| std::size_t Dune::Pk3DLocalCoefficients< k >::size | ( | ) | const [inline, virtual] |
number of coefficients
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
const Imp& Dune::LocalCoefficientsVirtualImp< Imp >::impl_ [protected, inherited] |
1.7.6.1